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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 萬?√鏈荵 | 111001001101110100111111100000011110001111101000010110011110010010111001 | e4dd3f81e3e859e4b9 |
EUC-JP | 萬騑√鏈荵 | 1110100011011111100011111110100110111101101000101110010111101111101110101110100010111011 | e8df8fe9bda2e5efbae8bb |
UTF-8 | 萬騑√鏈荵 | 111010001001000010101100111010011010100010010001111000101000100010011010111010011000111110001000111010001000110110110101 | e890ace9a891e2889ae98f88e88db5 |
UHC | 萬?√?? | 11011000101111110011111110100001111011100011111100111111 | d8bf3fa1ee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)