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 | ÂBÂÂO | 1100001010010001010000101100001010011100110000101001011001001111 | c29142c29cc2964f |
SJIS-WIN | ??B????O | 0011111100111111010000100011111100111111001111110011111101001111 | 3f3f423f3f3f3f4f |
EUC-JP | Â?BÂ?Â?O | 1000111110101010101001000011111101000010100011111010101010100100001111111000111110101010101001000011111101001111 | 8faaa43f428faaa43f8faaa43f4f |
UTF-8 | ÂBÂÂO | 1100001110000010110000101001000101000010110000111000001011000010100111001100001110000010110000101001011001001111 | c382c29142c382c29cc382c2964f |
UHC | ??B????O | 0011111100111111010000100011111100111111001111110011111101001111 | 3f3f423f3f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)