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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??崧誓 | 001111110011111111111010101011111001000010111110 | 3f3ffaaf90be |
EUC-JP | ??崧誓 | 00111111001111111000111110111011110010101100000011000000 | 3f3f8fbbcac0c0 |
UTF-8 | 롶뱾崧誓 | 111010111010000110110110111010111011000110111110111001011011010010100111111010001010101010010011 | eba1b6ebb1bee5b4a7e8aa93 |
UHC | 롶뱾崧誓 | 1000111011110010100100111010010011100010111111101110000010100101 | 8ef293a4e2fee0a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)