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 | 瓮??域λ? | 111000010100010000111111001111111000100011100110100000111100100100111111 | e1443f3f88e683c93f |
EUC-JP | 瓮??域λ? | 111000011010010100111111001111111011000011101000101001101100101100111111 | e1a53f3fb0e8a6cb3f |
UTF-8 | 瓮뚮젿域λ젎 | 1110011110010011101011101110101110011010101011101110110010100000101111111110010110011111100111111100111010111011111011001010000010001110 | e793aeeb9aaeeca0bfe59f9fcebbeca08e |
UHC | 瓮뚮젿域λ젎 | 111010001011011110001100111010111010000010110001111001101011010010100101111010111010000010001111 | e8b78ceba0b1e6b4a5eba08f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)