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 | 貂シ霆ク驪ァ | 111001101011100010111100111010001011101110111000111010011000101110100111 | e6b8bce8bbb8e98ba7 |
EUC-JP | 貂シ霆ク驪ァ | 111011001011101010001110101111001111000010111101100011101011100011110001111010111000111010100111 | ecba8ebcf0bd8eb8f1eb8ea7 |
UTF-8 | 貂シ霆ク驪ァ | 111010001011001010000010111011111011110110111100111010011001110010000110111011111011110110111000111010011010100110101010111011111011110110100111 | e8b282efbdbce99c86efbdb8e9a9aaefbda7 |
UHC | 貂?霆?驪? | 111101011011000000111111111011111111110100111111110101011111000100111111 | f5b03feffd3fd5f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)