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 | ?n?nB | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
SJIS-WIN | ?n?nB | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
EUC-JP | ?n?nB | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
UTF-8 | 왋n왋nB | 111011001001100110001011011011101110110010011001100010110110111001000010 | ec998b6eec998b6e42 |
UHC | 왋n왋nB | 10011110101111000110111010011110101111000110111001000010 | 9ebc6e9ebc6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)