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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鼇??泣θ | 1110101010000111001111110011111110001011100000111000001111000110 | ea873f3f8b8383c6 |
EUC-JP | 鼇??泣θ | 1111001111100111001111110011111110110101111000111010011011001000 | f3e73f3fb5e3a6c8 |
UTF-8 | 鼇앸뜉泣θ | 1110100110111100100001111110110010010101101110001110101110011100100010011110011010110011101000111100111010111000 | e9bc87ec95b8eb9c89e6b3a3ceb8 |
UHC | 鼇앸뜉泣θ | 11101000101010001001110111101011100011011000110011101011111010001010010111101000 | e8a89deb8d8cebe8a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)