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 | 贈??磐?? | 1001000110100001001111110011111110010100110101100011111100111111 | 91a13f3f94d63f3f |
EUC-JP | 贈??磐?? | 1100001010100011001111110011111111001000110110000011111100111111 | c2a33f3fc8d83f3f |
UTF-8 | 贈곁렪磐렰렧 | 111010001011010010001000111010101011001110000001111010111010000010101010111001111010001110010000111010111010000010110000111010111010000010100111 | e8b488eab381eba0aae7a390eba0b0eba0a7 |
UHC | 贈곁렪磐렰렧 | 111100011111110010110000111001111000111010111000110110101111000110001110101111011000111010110110 | f1fcb0e78eb8daf18ebd8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)