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 | 00111111001111110011111100111111001111110100111101000010 | 3f3f3f3f3f4f42 |
SJIS-WIN | ?????OB | 00111111001111110011111100111111001111110100111101000010 | 3f3f3f3f3f4f42 |
EUC-JP | ?????OB | 00111111001111110011111100111111001111110100111101000010 | 3f3f3f3f3f4f42 |
UTF-8 | 채혝혢챗혢OB | 1110110010110001100001001110110110011000100111011110110110011000101000101110110010110001100101111110110110011000101000100100111101000010 | ecb184ed989ded98a2ecb197ed98a24f42 |
UHC | 채혝혢챗혢OB | 110000111010010011000010100001111100001010001011110000111010101011000010100010110100111101000010 | c3a4c287c28bc3aac28b4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)