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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 褸珠沖] | 11100101111110001000111011101100100010011010101101011101 | e5f88eec89ab5d |
EUC-JP | 褸珠沖] | 11101010111110101011110011101110101100101010110101011101 | eafabceeb2ad5d |
UTF-8 | 褸珠沖] | 11101000101001001011100011100111100011111010000011100110101100101001011001011101 | e8a4b8e78fa0e6b2965d |
UHC | 褸珠沖] | 11010111101011101111000111000001111101011111100001011101 | d7aef1c1f5f85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)