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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 躁??蔚 | 111001110100111000111111001111111000100101010101 | e74e3f3f8955 |
EUC-JP | 躁??蔚 | 111011011010111100111111001111111011000110110110 | edaf3f3fb1b6 |
UTF-8 | 躁ㅷ췹蔚 | 111010001011101010000001111000111000010110110111111011001011011110111001111010001001010010011010 | e8ba81e385b7ecb7b9e8949a |
UHC | 躁ㅷ췹蔚 | 1111000011100010101001001110011111000011111011111110101010100101 | f0e2a4e7c3efeaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)