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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?戍?ご∫ | 0011111110011100111110010011111110000010101100101000000111100111 | 3f9cf93f82b281e7 |
EUC-JP | ?戍?ご∫ | 0011111111011000111110110011111110100100101101001010001011101001 | 3fd8fb3fa4b4a2e9 |
UTF-8 | 룶戍캀ご∫ | 111010111010001110110110111001101000100010001101111011001011101010000000111000111000000110010100111000101000100010101011 | eba3b6e6888decba80e38194e288ab |
UHC | 룶戍캀ご∫ | 10001111101010111110001010100001101011111000111110101010101101001010000111110010 | 8fabe2a1af8faab4a1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)