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 | 伊鞨??? | 10001000110010011110100011100000001111110011111100111111 | 88c9e8e03f3f3f |
EUC-JP | 伊鞨??? | 10110000110010111111000011100010001111110011111100111111 | b0cbf0e23f3f3f |
UTF-8 | 伊鞨렡당갊 | 111001001011110010001010111010011001111010101000111010111010000010100001111010111000101110111001111010101011000010001010 | e4bc8ae99ea8eba0a1eb8bb9eab08a |
UHC | 伊鞨렡당갊 | 11101100101001011100101011101010100011101011001010110100111001111011000010100111 | eca5caea8eb2b4e7b0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)