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 | 樽村賊辿臓続 | 100100100100110110010001101110101001000110101111100100100100100010010001100111111001000110110001 | 924d91ba91af9248919f91b1 |
EUC-JP | 樽村賊辿臓続 | 110000111010111011000010101111001100001010110001110000111010100111000010101000011100001010110011 | c3aec2bcc2b1c3a9c2a1c2b3 |
UTF-8 | 樽村賊辿臓続 | 111001101010100010111101111001101001110110010001111010001011001110001010111010001011111010111111111010001000011110010011111001111011011010011010 | e6a8bde69d91e8b38ae8bebfe88793e7b69a |
UHC | 樽村賊??? | 111100011101110011110101101111011110111011100100001111110011111100111111 | f1dcf5bdeee43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)