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 | 贈????甲 | 1001000110100001001111110011111100111111001111111000110101100010 | 91a13f3f3f3f8d62 |
EUC-JP | 贈????甲 | 1100001010100011001111110011111100111111001111111011100111000011 | c2a33f3f3f3fb9c3 |
UTF-8 | 贈숄렱비렱甲 | 111010001011010010001000111011001000100010000100111010111010000010110001111010111011100110000100111010111010000010110001111001111001010010110010 | e8b488ec8884eba0b1ebb984eba0b1e794b2 |
UHC | 贈숄렱비렱甲 | 111100011111110010111100111100011000111010111110101110101111000110001110101111101100101110100011 | f1fcbcf18ebebaf18ebecba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)