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 | 娃??蟹 | 100010001010000100111111001111111000101001001001 | 88a13f3f8a49 |
EUC-JP | 娃??蟹 | 101100001010001100111111001111111011001110101010 | b0a33f3fb3aa |
UTF-8 | 娃뷩끆蟹 | 111001011010100010000011111010111011011110101001111010111000000110000110111010001001111110111001 | e5a883ebb7a9eb8186e89fb9 |
UHC | 娃뷩끆蟹 | 1110100011011111101110101110001110000101101110101111101010101111 | e8dfbae385bafaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)