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 | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | ??ゴ??ごY | 001111110011111110000011010100110011111100111111100000101011001001011001 | 3f3f83533f3f82b259 |
EUC-JP | ??ゴ??ごY | 001111110011111110100101101101000011111100111111101001001011010001011001 | 3f3fa5b43f3fa4b459 |
UTF-8 | 룶쨵ゴ룶쥚ごY | 11101011101000111011011011101100101010001011010111100011100000101011010011101011101000111011011011101100101001011001101011100011100000011001010001011001 | eba3b6eca8b5e382b4eba3b6eca59ae3819459 |
UHC | 룶쨵ゴ룶쥚ごY | 10001111101010111010010010001111101010111011010010001111101010111010001010001111101010101011010001011001 | 8faba48fabb48faba28faab459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)