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 | 曄??椰?? | 1001111001000000001111110011111110011110101111010011111100111111 | 9e403f3f9ebd3f3f |
EUC-JP | 曄??椰?? | 1101101110100001001111110011111111011100101111110011111100111111 | dba13f3fdcbf3f3f |
UTF-8 | 曄됪뫍椰됪뜥 | 111001101001101110000100111010111001000010101010111010111010101110001101111001101010010010110000111010111001000010101010111010111001110010100101 | e69b84eb90aaebab8de6a4b0eb90aaeb9ca5 |
UHC | 曄됪뫍椰됪뜥 | 111001111010010110001001111001101001000110101111111001011010101110001001111001101000110110101000 | e7a589e691afe5ab89e68da8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)