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 | イ骼エ室裔 | 11110000101011111011001011101001100011101011010010001110101110101110010111100001 | f0afb2e98eb48ebae5e1 |
EUC-JP | ?イ骼エ室裔 | 0011111110001110101100101111000111101110100011101011010010111100101111001110101011100011 | 3f8eb2f1ee8eb4bcbceae3 |
UTF-8 | イ骼エ室裔 | 111011101000000110101110111011111011110110110010111010011010101010111100111011111011110110110100111001011010111010100100111010001010001110010100 | ee81aeefbdb2e9aabcefbdb4e5aea4e8a394 |
UHC | ????室裔 | 0011111100111111001111110011111111100011111110001110011111100000 | 3f3f3f3fe3f8e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)