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 | 閻狩坎 | 111010001000010110001110111010111001101010101010 | e8858eeb9aaa |
EUC-JP | 閻狩坎 | 111011111110010110111100111011011101010010101100 | efe5bcedd4ac |
UTF-8 | 閻狩坎 | 111010011001011010111011111001111000101110101001111001011001110110001110 | e996bbe78ba9e59d8e |
UHC | 閻狩坎 | 111001111010001011100010101011011100101011101100 | e7a2e2adcaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)