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 | 茲ワ習莟 | 1110010010100010100000111000111110001111010010111110010010101111 | e4a2838f8f4be4af |
EUC-JP | 茲ワ習莟 | 1110100010100100101001011110111110111101101011001110100010110001 | e8a4a5efbdace8b1 |
UTF-8 | 茲ワ習莟 | 111010001000110010110010111000111000001110101111111001111011111110010010111010001000111010011111 | e88cb2e383afe7bf92e88e9f |
UHC | ?ワ習? | 001111111010101111101111111000111010011100111111 | 3fabefe3a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)