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 | ?]???? | 001111110101110100111111001111110011111100111111 | 3f5d3f3f3f3f |
SJIS-WIN | ?]???? | 001111110101110100111111001111110011111100111111 | 3f5d3f3f3f3f |
EUC-JP | ?]???? | 001111110101110100111111001111110011111100111111 | 3f5d3f3f3f3f |
UTF-8 | 혟]혦횗혣횞 | 11101101100110001001111101011101111011011001100010100110111011011001101010010111111011011001100010100011111011011001101010011110 | ed989f5ded98a6ed9a97ed98a3ed9a9e |
UHC | 혟]혦횗혣횞 | 1100001010001001010111011100001010001110110000111001000111000010100011001100001110010111 | c2895dc28ec391c28cc397 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)