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 | 塢??倭?? | 1001101011000111001111110011111110011000011000000011111100111111 | 9ac73f3f98603f3f |
EUC-JP | 塢??倭?? | 1101010011001001001111110011111111001111110000010011111100111111 | d4c93f3fcfc13f3f |
UTF-8 | 塢울숴倭둔쁁 | 111001011010000110100010111011001001101010111000111011001000100010110100111001011000000010101101111010111001000110010100111011001000000110000001 | e5a1a2ec9ab8ec88b4e580adeb9194ec8181 |
UHC | 塢울숴倭둔쁁 | 111001111111000110111111111011111011110110100100111010001101111010110101110100001001100001000010 | e7f1bfefbda4e8deb5d09842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)