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 | 癌??訝 | 100010101110000000111111001111111110011001100010 | 8ae03f3fe662 |
EUC-JP | 癌??訝 | 101101001110001000111111001111111110101111000011 | b4e23f3febc3 |
UTF-8 | 癌꿱풛訝 | 111001111001100110001100111010101011111110110001111011011001001010011011111010001010100010011101 | e7998ceabfb1ed929be8a89d |
UHC | 癌꿱풛訝 | 1110010011011111101100101110100010111110100111101110010010111000 | e4dfb2e8be9ee4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)