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 | 妺疾タ霄ェ | 11111010101001011000111010111110111100001011000011000000111010001011101010101010 | faa58ebef0b0c0e8baaa |
EUC-JP | 妺疾?タ霄ェ | 100011111011100110110111101111001100000000111111100011101100000011110000101111001000111010101010 | 8fb9b7bcc03f8ec0f0bc8eaa |
UTF-8 | 妺疾タ霄ェ | 111001011010011010111010111001111001011010111110111011101000000110101111111011111011111010000000111010011001110010000100111011111011110110101010 | e5a6bae796beee81afefbe80e99c84efbdaa |
UHC | ?疾???? | 00111111111100101111000000111111001111110011111100111111 | 3ff2f03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)