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 | ???`???OB | 001111110011111100111111011000000011111100111111001111110100111101000010 | 3f3f3f603f3f3f4f42 |
SJIS-WIN | ???`???OB | 001111110011111100111111011000000011111100111111001111110100111101000010 | 3f3f3f603f3f3f4f42 |
EUC-JP | ???`???OB | 001111110011111100111111011000000011111100111111001111110100111101000010 | 3f3f3f603f3f3f4f42 |
UTF-8 | 蓮얗쎁`蓮얗쎁OB | 111011111010011010011001111011001001011010010111111011001000111010000001011000001110111110100110100110011110110010010110100101111110110010001110100000010100111101000010 | efa699ec9697ec8e8160efa699ec9697ec8e814f42 |
UHC | 蓮얗쎁`蓮얗쎁OB | 111001101110010110111110111010011001101110101011011000001110011011100101101111101110100110011011101010110100111101000010 | e6e5bee99bab60e6e5bee99bab4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)