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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 筌?8異?? | 111000101010001100111111100000100101011110001000110110010011111100111111 | e2a33f825788d93f3f |
EUC-JP | 筌?8異?? | 111001001010010100111111101000111011100010110000110110110011111100111111 | e4a53fa3b8b0db3f3f |
UTF-8 | 筌뤿8異좑쭗 | 111001111010110110001100111010111010010010111111111011111011110010011000111001111001010110110000111011001010001010010001111011001010110110010111 | e7ad8ceba4bfefbc98e795b0eca291ecad97 |
UHC | 筌뤿8異좑쭗 | 111011111010011110001111111010111010001110111000111011001011011010100000111011111010011110001111 | efa78feba3b8ecb6a0efa78f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)