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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???妊?? | 00111111001111110011111110010100010001000011111100111111 | 3f3f3f94443f3f |
EUC-JP | ???妊?? | 00111111001111110011111111000111101001010011111100111111 | 3f3f3fc7a53f3f |
UTF-8 | 琉삭뙣妊띈쐝 | 111011111010011110001100111011001000001010101101111010111001100110100011111001011010011010001010111010111001110110001000111011001001000010011101 | efa78cec82adeb99a3e5a68aeb9d88ec909d |
UHC | 琉삭뙣妊띈쐝 | 111010111010010010111011111010001000110010101000111011001111010010110110111010001001110010000011 | eba4bbe88ca8ecf4b6e89c83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)