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 | ?盒?? | 0011111111100001101101000011111100111111 | 3fe1b43f3f |
EUC-JP | ?盒?飡 | 00111111111000101011011000111111100011111110100011001000 | 3fe2b63f8fe8c8 |
UTF-8 | 뤯盒쭗飡 | 111010111010010010101111111001111001101110010010111011001010110110010111111010011010001110100001 | eba4afe79b92ecad97e9a3a1 |
UHC | 뤯盒쭗飡 | 1000111111011101111110011110110010100111100011111110000111100010 | 8fddf9eca78fe1e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)