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 | 蒻??蒻?こ | 111001001110100000111111001111111110010011101000001111111000001010110001 | e4e83f3fe4e83f82b1 |
EUC-JP | 蒻??蒻?こ | 111010001110101000111111001111111110100011101010001111111010010010110011 | e8ea3f3fe8ea3fa4b3 |
UTF-8 | 蒻몌쉐蒻멩こ | 111010001001001010111011111010111010101010001100111011001000100110010000111010001001001010111011111010111010100110101001111000111000000110010011 | e892bbebaa8cec8990e892bbeba9a9e38193 |
UHC | 蒻몌쉐蒻멩こ | 111001011011011010111000111011111011110110100110111001011011011010111000111001101010101010110011 | e5b6b8efbda6e5b6b8e6aab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)