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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???妊? | 001111110011111100111111100101000100010000111111 | 3f3f3f94443f |
EUC-JP | ???妊? | 001111110011111100111111110001111010010100111111 | 3f3f3fc7a53f |
UTF-8 | 琉삭뙣妊띤 | 111011111010011110001100111011001000001010101101111010111001100110100011111001011010011010001010111010111001110110100100 | efa78cec82adeb99a3e5a68aeb9da4 |
UHC | 琉삭뙣妊띤 | 11101011101001001011101111101000100011001010100011101100111101001011011011101101 | eba4bbe88ca8ecf4b6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)