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 | 倭??徇?? | 1001100001100000001111110011111110011100011011010011111100111111 | 98603f3f9c6d3f3f |
EUC-JP | 倭??徇?? | 1100111111000001001111110011111111010111110011100011111100111111 | cfc13f3fd7ce3f3f |
UTF-8 | 倭밧퉬徇묌굩 | 111001011000000010101101111010111011000010100111111011011000100110101100111001011011111010000111111010111010110010001100111010101011010110101001 | e580adebb0a7ed89ace5be87ebac8ceab5a9 |
UHC | 倭밧퉬徇묌굩 | 111010001101111010111001111001011011100110000100111000101101111110010001111010011000001010001111 | e8deb9e5b984e2df91e9828f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)