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 | 菴??宥?? | 1110010010111101001111110011111110010111010001110011111100111111 | e4bd3f3f97473f3f |
EUC-JP | 菴??宥?? | 1110100010111111001111110011111111001101101010000011111100111111 | e8bf3f3fcda83f3f |
UTF-8 | 菴뀀쉐宥뽬쓩 | 111010001000111110110100111010111000000010000000111011001000100110010000111001011010111010100101111010111011110110101100111011001001001110101001 | e88fb4eb8080ec8990e5aea5ebbdacec93a9 |
UHC | 菴뀀쉐宥뽬쓩 | 111001001110000010110010111010111011110110100110111010101110100110010110111010001011111010110001 | e4e0b2ebbda6eae996e8beb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)