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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | ?蜈薪G | 001111111110010110000101100100000110010001000111 | 3fe585906447 |
EUC-JP | ?蜈薪G | 001111111110100111100101101111111100010101000111 | 3fe9e5bfc547 |
UTF-8 | 먚蜈薪G | 11101011101010001001101011101000100111001000100011101000100101101010101001000111 | eba89ae89c88e896aa47 |
UHC | 먚蜈薪G | 10010000110101111110100010100101111000111110111101000111 | 90d7e8a5e3ef47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)