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 | ?德舍婦 | 00111111111110101011101011100100011100011001010101110111 | 3ffabae4719577 |
EUC-JP | ??舍婦 | 001111110011111111100111110100101100100111011000 | 3f3fe7d2c9d8 |
UTF-8 | 뤯德舍婦 | 111010111010010010101111111001011011111010110111111010001000100010001101111001011010100110100110 | eba4afe5beb7e8888de5a9a6 |
UHC | 뤯德舍婦 | 1000111111011101110100111110110011011110111011001101110011111110 | 8fddd3ecdeecdcfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)