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 | 瑤???θ? | 1110101010100010001111110011111100111111100000111100011000111111 | eaa23f3f3f83c63f |
EUC-JP | 瑤???θ? | 1111010010100100001111110011111100111111101001101100100000111111 | f4a43f3f3fa6c83f |
UTF-8 | 瑤녺슢說θ뱰 | 1110011110010001101001001110101110000101101110101110110010001010101000101110111110100110101000011100111010111000111010111011000110110000 | e791a4eb85baec8aa2efa6a1ceb8ebb1b0 |
UHC | 瑤녺슢說θ뱰 | 111010001111110110000110111001111001101010101110111001101111001010100101111010001001001110010110 | e8fd86e79aaee6f2a5e89396 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)