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 | 猶?┘音щ5 | 1001011101010000001111111000010010100011100010011011100110000100100010111000001001010100 | 97503f84a389b9848b8254 |
EUC-JP | 猶?┘音щ5 | 1100110110110001001111111010100010100101101100101011101110100111111010111010001110110101 | cdb13fa8a5b2bba7eba3b5 |
UTF-8 | 猶용┘音щ5 | 1110011110001100101101101110110010011010101010011110001010010100100110001110100110011111101100111101000110001001111011111011110010010101 | e78cb6ec9aa9e29498e99fb3d189efbc95 |
UHC | 猶용┘音щ5 | 111010111010001010111111111010111010011010100101111010111110010110101100111010111010001110110101 | eba2bfeba6a5ebe5aceba3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)