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 | 贈?莊?迂 | 1001000110100001001111111110010010110101001111111000100101001001 | 91a13fe4b53f8949 |
EUC-JP | 贈?莊?迂 | 1100001010100011001111111110100010110111001111111011000110101010 | c2a33fe8b73fb1aa |
UTF-8 | 贈렫莊렱迂 | 111010001011010010001000111010111010000010101011111010001000111010001010111010111010000010110001111010001011111110000010 | e8b488eba0abe88e8aeba0b1e8bf82 |
UHC | 贈렫莊렱迂 | 11110001111111001000111010111001111011011111011010001110101111101110100111100110 | f1fc8eb9edf68ebee9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)