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 | ?蘖?? | 0011111110011111010100000011111100111111 | 3f9f503f3f |
EUC-JP | ?蘖?? | 0011111111011101101100010011111100111111 | 3fddb13f3f |
UTF-8 | 안蘖렊셜 | 111011001001010110001000111010001001100010010110111010111010000010001010111011001000010110011100 | ec9588e89896eba08aec859c |
UHC | 안蘖렊셜 | 1011111011001000111001011110111010001110101000011011110011001000 | bec8e5ee8ea1bcc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)