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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 諍??A | 1110011001111001001111110011111101000001 | e6793f3f41 |
EUC-JP | 諍??A | 1110101111011010001111110011111101000001 | ebda3f3f41 |
UTF-8 | 諍ㅺ산A | 11101000101010111000110111100011100001011011101011101100100000101011000001000001 | e8ab8de385baec82b041 |
UHC | 諍ㅺ산A | 11101110101101011010010011101010101110111110101001000001 | eeb5a4eabbea41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)