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 | ヘロ瞶簔 | 11001101110110111111000111111100111000011101011011100010110000011111011011001110 | cddbf1fce1d6e2c1f6ce |
EUC-JP | ヘロ?瞶簔? | 10001110110011011000111011011011001111111110001011011000111001001100001100111111 | 8ecd8edb3fe2d8e4c33f |
UTF-8 | ヘロ瞶簔 | 111011111011111010001101111011111011111010011011111011101000010110110111111001111001111010110110111001111011000010010100111011101001001110110101 | efbe8defbe9bee85b7e79eb6e7b094ee93b5 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)