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 | 贄???ぅ? | 1110011011010001001111110011111100111111100000101010001100111111 | e6d13f3f3f82a33f |
EUC-JP | 贄???ぅ? | 1110110011010011001111110011111100111111101001001010010100111111 | ecd33f3f3fa4a53f |
UTF-8 | 贄숄렏저ぅ숲 | 111010001011010010000100111011001000100010000100111010111010000010001111111011001010000010000000111000111000000110000101111011001000100010110010 | e8b484ec8884eba08feca080e38185ec88b2 |
UHC | 贄숄렏저ぅ숲 | 111100101011111010111100111100011000111010100101110000001111101010101010101001011011110110100011 | f2bebcf18ea5c0faaaa5bda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)