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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 娃??也ゆ? | 100010001010000100111111001111111001011011100111100000101110010000111111 | 88a13f3f96e782e43f |
EUC-JP | 娃??也ゆ? | 101100001010001100111111001111111100110011101001101001001110011000111111 | b0a33f3fcce9a4e63f |
UTF-8 | 娃쒏뿈也ゆ룂 | 111001011010100010000011111011001001001010001111111010111011111110001000111001001011100110011111111000111000001010000110111010111010001110000010 | e5a883ec928febbf88e4b99fe38286eba382 |
UHC | 娃쒏뿈也ゆ룂 | 111010001101111110011100111001101001011110001111111001011010010110101010111001101000111110000011 | e8df9ce6978fe5a5aae68f83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)