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 | ???n] | 0011111100111111001111110110111001011101 | 3f3f3f6e5d |
SJIS-WIN | ???n] | 0011111100111111001111110110111001011101 | 3f3f3f6e5d |
EUC-JP | ???n] | 0011111100111111001111110110111001011101 | 3f3f3f6e5d |
UTF-8 | 혯횤혯n] | 1110110110011000101011111110110110011010101001001110110110011000101011110110111001011101 | ed98afed9aa4ed98af6e5d |
UHC | 혯횤혯n] | 1100001010010110110000111001101111000010100101100110111001011101 | c296c39bc2966e5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)