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 | ??_ | 001111110011111101011111 | 3f3f5f |
SJIS-WIN | ?但_ | 00111111100100100100000101011111 | 3f92415f |
EUC-JP | ?但_ | 00111111110000111010001001011111 | 3fc3a25f |
UTF-8 | 렺但_ | 11101011101000001011101011100100101111011000011001011111 | eba0bae4bd865f |
UHC | 렺但_ | 1000111011000010110100111010001101011111 | 8ec2d3a35f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)