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 | 00111111001111110110000000111111001111110100111101000010 | 3f3f603f3f4f42 |
SJIS-WIN | ??`??OB | 00111111001111110110000000111111001111110100111101000010 | 3f3f603f3f4f42 |
EUC-JP | ??`??OB | 00111111001111110110000000111111001111110100111101000010 | 3f3f603f3f4f42 |
UTF-8 | 혪쩌`혪쩌OB | 111011011001100010101010111011001010100110001100011000001110110110011000101010101110110010101001100011000100111101000010 | ed98aaeca98c60ed98aaeca98c4f42 |
UHC | 혪쩌`혪쩌OB | 1100001010010010110000101011110001100000110000101001001011000010101111000100111101000010 | c292c2bc60c292c2bc4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)