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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 旭?伊憺BF | 100010001010111000111111100010001100100110011100111010010100001001000110 | 88ae3f88c99ce94246 |
EUC-JP | 旭?伊憺BF | 101100001011000000111111101100001100101111011000111010110100001001000110 | b0b03fb0cbd8eb4246 |
UTF-8 | 旭렔伊憺BF | 1110011010010111101011011110101110100000100101001110010010111100100010101110011010000110101110100100001001000110 | e697adeba094e4bc8ae686ba4246 |
UHC | 旭렔伊憺BF | 11101001111011111000111010101001111011001010010111010011101111000100001001000110 | e9ef8ea9eca5d3bc4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)