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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 跿壌ャ伎ア | 1110011011110011100011111110101110101100100010101110101010110001 | e6f38febac8aeab1 |
EUC-JP | 跿壌ャ伎ア | 11101100111101011011111011101101100011101010110010110100111011001000111010110001 | ecf5beed8eacb4ec8eb1 |
UTF-8 | 跿壌ャ伎ア | 111010001011011110111111111001011010001110001100111011111011110110101100111001001011110010001110111011111011110110110001 | e8b7bfe5a38cefbdace4bc8eefbdb1 |
UHC | ???伎? | 001111110011111100111111110100001110101100111111 | 3f3f3fd0eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)