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 | ??b??bB | 00111111001111110110001000111111001111110110001001000010 | 3f3f623f3f6242 |
SJIS-WIN | ??b??bB | 00111111001111110110001000111111001111110110001001000010 | 3f3f623f3f6242 |
EUC-JP | ??b??bB | 00111111001111110110001000111111001111110110001001000010 | 3f3f623f3f6242 |
UTF-8 | 렻렔b렻렔bB | 111010111010000010111011111010111010000010010100011000101110101110100000101110111110101110100000100101000110001001000010 | eba0bbeba09462eba0bbeba0946242 |
UHC | 렻렔b렻렔bB | 1000111011000011100011101010100101100010100011101100001110001110101010010110001001000010 | 8ec38ea9628ec38ea96242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)