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 | ??b??W | 001111110011111101100010001111110011111101010111 | 3f3f623f3f57 |
SJIS-WIN | ??b??W | 001111110011111101100010001111110011111101010111 | 3f3f623f3f57 |
EUC-JP | ??b??W | 001111110011111101100010001111110011111101010111 | 3f3f623f3f57 |
UTF-8 | 셔섄b셔섄W | 1110110010000101100101001110110010000100100001000110001011101100100001011001010011101100100001001000010001010111 | ec8594ec848462ec8594ec848457 |
UHC | 셔섄b셔섄W | 10111100110001011011110010101001011000101011110011000101101111001010100101010111 | bcc5bca962bcc5bca957 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)