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 | ’?訥??澱 | 100000010110011000111111111001100110001100111111001111111001001101100010 | 81663fe6633f3f9362 |
EUC-JP | ’?訥??澱 | 101000011100011100111111111010111100010000111111001111111100010111000011 | a1c73febc43f3fc5c3 |
UTF-8 | ’룶訥◈룫澱 | 111000101000000010011001111010111010001110110110111010001010100010100101111000101001011110001000111010111010001110101011111001101011111010110001 | e28099eba3b6e8a8a5e29788eba3abe6beb1 |
UHC | ’룶訥◈룫澱 | 101000011010111110001111101010111101001011101101101000101100001010001111101000101110111011111110 | a1af8fabd2eda2c28fa2eefe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)