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 | 顔箏療 | 100010101110011111100010101101011001011111000011 | 8ae7e2b597c3 |
EUC-JP | 顔箏療 | 101101001110100111100100101101111100111011000101 | b4e9e4b7cec5 |
UTF-8 | 顔箏療 | 111010011010000110010100111001111010111010001111111001111001100110000010 | e9a194e7ae8fe79982 |
UHC | 顔箏療 | 111001001101010011101110101101001101011011111011 | e4d4eeb4d6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)