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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 淵?i淵?iB | 100101011010001100111111011010011001010110100011001111110110100101000010 | 95a33f6995a33f6942 |
EUC-JP | 淵宬i淵宬iB | 11001010101001011000111110111010110100110110100111001010101001011000111110111010110100110110100101000010 | caa58fbad369caa58fbad36942 |
UTF-8 | 淵宬i淵宬iB | 111001101011011110110101111001011010111010101100011010011110011010110111101101011110010110101110101011000110100101000010 | e6b7b5e5aeac69e6b7b5e5aeac6942 |
UHC | 淵宬i淵宬iB | 1110011011010000111000001111010001101001111001101101000011100000111101000110100101000010 | e6d0e0f469e6d0e0f46942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)