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 | チカタ惕涬霪 | 110000011011011011000000111110101100000011111011010000011110100011000100 | c1b6c0fac0fb41e8c4 |
EUC-JP | チカタ惕涬霪 | 1000111011000001100011101011011010001110110000001000111110111110101011001000111111000111110011111111000011000110 | 8ec18eb68ec08fbeac8fc7cff0c6 |
UTF-8 | チカタ惕涬霪 | 111011111011111010000001111011111011110110110110111011111011111010000000111001101000001110010101111001101011011010101100111010011001110010101010 | efbe81efbdb6efbe80e68395e6b6ace99caa |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)