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 | セ齒ハス鴫赦 | 101111101110101010001111110010101011110110001110101100001000111011001101 | beea8fcabd8eb08ecd |
EUC-JP | セ齒ハス鴫赦 | 100011101011111011110011111011111000111011001010100011101011110110111100101100101011110011001111 | 8ebef3ef8eca8ebdbcb2bccf |
UTF-8 | セ齒ハス鴫赦 | 111011111011110110111110111010011011110110010010111011111011111010001010111011111011110110111101111010011011010010101011111010001011010110100110 | efbdbee9bd92efbe8aefbdbde9b4abe8b5a6 |
UHC | ?齒???赦 | 0011111111110110110011010011111100111111001111111101111011110101 | 3ff6cd3f3f3fdef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)