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 | 鴨??妊? | 10001010100110110011111100111111100101000100010000111111 | 8a9b3f3f94443f |
EUC-JP | 鴨??妊? | 10110011111110110011111100111111110001111010010100111111 | b3fb3f3fc7a53f |
UTF-8 | 鴨뗫떯妊덭 | 111010011011010010101000111010111001011110101011111010111001011010101111111001011010011010001010111010111000110110101101 | e9b4a8eb97abeb96afe5a68aeb8dad |
UHC | 鴨뗫떯妊덭 | 11100100111001011000101111101011100010111011111111101100111101001000100101000101 | e4e58beb8bbfecf48945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)