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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 亥?狽迂 | 10001000111001010011111110010100100000101000100101001001 | 88e53f94828949 |
EUC-JP | 亥?狽迂 | 10110000111001110011111111000111111000101011000110101010 | b0e73fc7e2b1aa |
UTF-8 | 亥퀴狽迂 | 111001001011101010100101111011011000000010110100111001111000101110111101111010001011111110000010 | e4baa5ed80b4e78bbde8bf82 |
UHC | 亥퀴狽迂 | 1111101010100100110001001111101111111000101011001110100111100110 | faa4c4fbf8ace9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)