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 | ホセツ | 111100011110101111001110111100011000111010111110110000101111000010111001 | f1ebcef18ebec2f0b9 |
EUC-JP | ?ホ?セツ? | 001111111000111011001110001111111000111010111110100011101100001000111111 | 3f8ece3f8ebe8ec23f |
UTF-8 | ホセツ | 111011101000010110100110111011111011111010001110111011101000010010001001111011111011110110111110111011111011111010000010111011101000000110111000 | ee85a6efbe8eee8489efbdbeefbe82ee81b8 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)