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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??妊 | 00111111001111111001010001000100 | 3f3f9444 |
EUC-JP | ??妊 | 00111111001111111100011110100101 | 3f3fc7a5 |
UTF-8 | 렱롁妊 | 111010111010000010110001111010111010000110000001111001011010011010001010 | eba0b1eba181e5a68a |
UHC | 렱롁妊 | 100011101011111010001110110010001110110011110100 | 8ebe8ec8ecf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)