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 | 1110110010110001100001001110110010101001100011011110110110011000100111101110110010110001100010001110110110011000101010000100111101000010 | ecb184eca98ded989eecb188ed98a84f42 |
UHC | 채쩍혞챈혨OB | 110000111010010011000010101111011100001010001000110000111010011011000010100100000100111101000010 | c3a4c2bdc288c3a6c2904f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)