To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 耶??裕?? | 1001011011101011001111110011111110010111010101000011111100111111 | 96eb3f3f97543f3f |
EUC-JP | 耶??裕?? | 1100110011101101001111110011111111001101101101010011111100111111 | cced3f3fcdb53f3f |
UTF-8 | 耶쇰쉠裕숂뇾 | 111010001000000010110110111011001000011110110000111011001000100110100000111010001010001110010101111011001000100010000010111010111000011110111110 | e880b6ec87b0ec89a0e8a395ec8882eb87be |
UHC | 耶쇰쉠裕숂뇾 | 111001011010110110111100111010111011110110101010111010111010111010011001111001111000011110011111 | e5adbcebbdaaebae99e7879f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)