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 | ?戍?ヤ? | 00111111100111001111100100111111100000111000010000111111 | 3f9cf93f83843f |
EUC-JP | ?戍?ヤ? | 00111111110110001111101100111111101001011110010000111111 | 3fd8fb3fa5e43f |
UTF-8 | 룶戍캀ヤ룫 | 111010111010001110110110111001101000100010001101111011001011101010000000111000111000001110100100111010111010001110101011 | eba3b6e6888decba80e383a4eba3ab |
UHC | 룶戍캀ヤ룫 | 10001111101010111110001010100001101011111000111110101011111001001000111110100010 | 8fabe2a1af8fabe48fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)