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 | E«¨K« | 10010010010001011001000110101011100100011010100010010010010010111001000110101011 | 924591ab91a8924b91ab |
SJIS-WIN | ?E???¨?K?? | 0011111101000101001111110011111100111111100000010100111000111111010010110011111100111111 | 3f453f3f3f814e3f4b3f3f |
EUC-JP | ?E???¨?K?? | 0011111101000101001111110011111100111111101000011010111100111111010010110011111100111111 | 3f453f3f3fa1af3f4b3f3f |
UTF-8 | E«¨K« | 110000101001001001000101110000101001000111000010101010111100001010010001110000101010100011000010100100100100101111000010100100011100001010101011 | c29245c291c2abc291c2a8c2924bc291c2ab |
UHC | ?E???¨?K?? | 0011111101000101001111110011111100111111101000011010011100111111010010110011111100111111 | 3f453f3f3fa1a73f4b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)