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 | ?痂盂波? | 0011111111100001011011111110000110110001100101000110011100111111 | 3fe16fe1b194673f |
EUC-JP | ?痂盂波? | 0011111111100001110100001110001010110011110001111100100000111111 | 3fe1d0e2b3c7c83f |
UTF-8 | 뤚痂盂波꽂 | 111010111010010010011010111001111001011110000010111001111001101110000010111001101011001110100010111010101011110110000010 | eba49ae79782e79b82e6b3a2eabd82 |
UHC | 뤚痂盂波꽂 | 10001111110010011100101010110010111010011101110111110111111011101011001011001000 | 8fc9cab2e9ddf7eeb2c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)