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 | 艇?刀窪? | 1001001011111000001111111001001110000001100011000100010100111111 | 92f83f93818c453f |
EUC-JP | 艇?刀窪? | 1100010011111010001111111100010111100001101101111010011000111111 | c4fa3fc5e1b7a63f |
UTF-8 | 艇븍刀窪렜 | 111010001000100110000111111010111011100010001101111001011000100010000000111001111010101010101010111010111010000010011100 | e88987ebb88de58880e7aaaaeba09c |
UHC | 艇븍刀窪렜 | 11101111111100111011101011101011110100111110111111101000110000011000111010101110 | eff3baebd3efe8c18eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)