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¼ | 10010010010001011001000110110110100100011011010010010010010010111001000110111100 | 924591b691b4924b91bc |
SJIS-WIN | ?E?¶?´?K?? | 001111110100010100111111100000011111011100111111100000010100110000111111010010110011111100111111 | 3f453f81f73f814c3f4b3f3f |
EUC-JP | ?E?¶?´?K?? | 001111110100010100111111101000101111100100111111101000011010110100111111010010110011111100111111 | 3f453fa2f93fa1ad3f4b3f3f |
UTF-8 | E¶´K¼ | 110000101001001001000101110000101001000111000010101101101100001010010001110000101011010011000010100100100100101111000010100100011100001010111100 | c29245c291c2b6c291c2b4c2924bc291c2bc |
UHC | ?E?¶?´?K?¼ | 00111111010001010011111110100010110100100011111110100010101001010011111101001011001111111010100011111001 | 3f453fa2d23fa2a53f4b3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)