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 | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | ?咀G | 00111111100110011111000001000111 | 3f99f047 |
EUC-JP | ?咀G | 00111111110100101111001001000111 | 3fd2f247 |
UTF-8 | 쒜咀G | 11101100100100101001110011100101100100101000000001000111 | ec929ce5928047 |
UHC | 쒜咀G | 1011111010101110111011101011101001000111 | beaeeeba47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)