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 | ?a?? | 00111111011000010011111100111111 | 3f613f3f |
SJIS-WIN | 但a叩叩 | 10010010010000010110000110010010010000001001001001000000 | 92416192409240 |
EUC-JP | 但a叩叩 | 11000011101000100110000111000011101000011100001110100001 | c3a261c3a1c3a1 |
UTF-8 | 但a叩叩 | 11100100101111011000011001100001111001011000111110101001111001011000111110101001 | e4bd8661e58fa9e58fa9 |
UHC | 但a叩叩 | 11010011101000110110000111001101101100001100110110110000 | d3a361cdb0cdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)