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 | 瓮??蘊れ? | 111000010100010000111111001111111110010101011101100000101110101000111111 | e1443f3fe55d82ea3f |
EUC-JP | 瓮??蘊れ? | 111000011010010100111111001111111110100110111110101001001110110000111111 | e1a53f3fe9bea4ec3f |
UTF-8 | 瓮뚯꽦蘊れ꽭 | 111001111001001110101110111010111001101010101111111010101011110110100110111010001001100010001010111000111000001010001100111010101011110110101101 | e793aeeb9aafeabda6e8988ae3828ceabdad |
UHC | 瓮뚯꽦蘊れ꽭 | 111010001011011110001100111011001000010010110001111010001011001110101010111011001000010010111000 | e8b78cec84b1e8b3aaec84b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)