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 | 逡誤ャ | 1110011110010101100011001110101110101100 | e7958cebac |
EUC-JP | 逡誤ャ | 111011011111010110111000111011011000111010101100 | edf5b8ed8eac |
UTF-8 | 逡誤ャ | 111010011000000010100001111010001010101010100100111011111011110110101100 | e980a1e8aaa4efbdac |
UHC | 逡誤? | 1111000111100100111010001010011000111111 | f1e4e8a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)