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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 艤?? | 11100100011111100011111100111111 | e47e3f3f |
EUC-JP | 艤?? | 11100111110111110011111100111111 | e7df3f3f |
UTF-8 | 艤뀀벥 | 111010001000100110100100111010111000000010000000111010111011001010100101 | e889a4eb8080ebb2a5 |
UHC | 艤뀀벥 | 111010111111101010110010111010111001001110111101 | ebfab2eb93bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)