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 | 斜湿辞璽 | 1000111011001110100011101011110010001110101010111000111010100011 | 8ece8ebc8eab8ea3 |
EUC-JP | 斜湿辞璽 | 1011110011010000101111001011111010111100101011011011110010100101 | bcd0bcbebcadbca5 |
UTF-8 | 斜湿辞璽 | 111001101001011010011100111001101011100110111111111010001011111010011110111001111001001010111101 | e6969ce6b9bfe8be9ee792bd |
UHC | 斜??璽 | 110111101101100000111111001111111101111111011110 | ded83f3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)