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 | C»¼K¼ | 1001001001000011100100011011101110010001101111001001001001001011100100011011110010010001 | 924391bb91bc924b91bc91 |
SJIS-WIN | ?C?????K??? | 0011111101000011001111110011111100111111001111110011111101001011001111110011111100111111 | 3f433f3f3f3f3f4b3f3f3f |
EUC-JP | ?C?????K??? | 0011111101000011001111110011111100111111001111110011111101001011001111110011111100111111 | 3f433f3f3f3f3f4b3f3f3f |
UTF-8 | C»¼K¼ | 1100001010010010010000111100001010010001110000101011101111000010100100011100001010111100110000101001001001001011110000101001000111000010101111001100001010010001 | c29243c291c2bbc291c2bcc2924bc291c2bcc291 |
UHC | ?C???¼?K?¼? | 00111111010000110011111100111111001111111010100011111001001111110100101100111111101010001111100100111111 | 3f433f3f3fa8f93f4b3fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)