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 | ’?訥??靜 | 100000010110011000111111111001100110001100111111001111111110100011001110 | 81663fe6633f3fe8ce |
EUC-JP | ’?訥??靜 | 101000011100011100111111111010111100010000111111001111111111000011010000 | a1c73febc43f3ff0d0 |
UTF-8 | ’룶訥◈룫靜 | 111000101000000010011001111010111010001110110110111010001010100010100101111000101001011110001000111010111010001110101011111010011001110110011100 | e28099eba3b6e8a8a5e29788eba3abe99d9c |
UHC | ’룶訥◈룫靜 | 101000011010111110001111101010111101001011101101101000101100001010001111101000101111000010100001 | a1af8fabd2eda2c28fa2f0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)