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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遘ー髷‥ | 11100111101001111011000011101001100111101000000101100100 | e7a7b0e99e8164 |
EUC-JP | 遘ー髷‥ | 1110111010101001100011101011000011110001111111101010000111000101 | eea98eb0f1fea1c5 |
UTF-8 | 遘ー髷‥ | 111010011000000110011000111011111011110110110000111010011010101110110111111000101000000010100101 | e98198efbdb0e9abb7e280a5 |
UHC | ???‥ | 0011111100111111001111111010000110100101 | 3f3f3fa1a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)