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 | 鈺э?晤?? | 111110111100010010000100100011110011111110011101111010110011111100111111 | fbc4848f3f9deb3f3f |
EUC-JP | 鈺э?晤?? | 10001111111000111101010110100111111011110011111111011010111011010011111100111111 | 8fe3d5a7ef3fdaed3f3f |
UTF-8 | 鈺э쉿晤뚳쉿 | 1110100110001000101110101101000110001101111011001000100110111111111001101001100110100100111010111001101010110011111011001000100110111111 | e988bad18dec89bfe699a4eb9ab3ec89bf |
UHC | 鈺э쉿晤뚳쉿 | 111010001010110110101100111011111011110110110010111001111111101110001100111011111011110110110010 | e8adacefbdb2e7fb8cefbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)