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 | 航??? | 1000110101110001001111110011111100111111 | 8d713f3f3f |
EUC-JP | 航??? | 1011100111010010001111110011111100111111 | b9d23f3f3f |
UTF-8 | 航잏컮怜 | 111010001000100010101010111011001001111010001111111011001011101110101110111011111010011010101100 | e888aaec9e8fecbbaeefa6ac |
UHC | 航잏컮怜 | 1111100111111110100111111110011110110000100101001110011110110000 | f9fe9fe7b094e7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)