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 | 枝葛?磐?? | 100011100111110110001010100010110011111110010100110101100011111100111111 | 8e7d8a8b3f94d63f3f |
EUC-JP | 枝葛?磐?? | 101110111101111010110011111010110011111111001000110110000011111100111111 | bbdeb3eb3fc8d83f3f |
UTF-8 | 枝葛렪磐렰렊 | 111001101001111010011101111010001001000110011011111010111010000010101010111001111010001110010000111010111010000010110000111010111010000010001010 | e69e9de8919beba0aae7a390eba0b0eba08a |
UHC | 枝葛렪磐렰렊 | 111100101010101111001010111001111000111010111000110110101111000110001110101111011000111010100001 | f2abcae78eb8daf18ebd8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)