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 | 001111110011111101001110 | 3f3f4e |
SJIS-WIN | ?但N | 00111111100100100100000101001110 | 3f92414e |
EUC-JP | ?但N | 00111111110000111010001001001110 | 3fc3a24e |
UTF-8 | 렺但N | 11101011101000001011101011100100101111011000011001001110 | eba0bae4bd864e |
UHC | 렺但N | 1000111011000010110100111010001101001110 | 8ec2d3a34e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)