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 | CJ» | 100100100100001110010010010010101001000110111011 | 9243924a91bb |
SJIS-WIN | ?C?J?? | 001111110100001100111111010010100011111100111111 | 3f433f4a3f3f |
EUC-JP | ?C?J?? | 001111110100001100111111010010100011111100111111 | 3f433f4a3f3f |
UTF-8 | CJ» | 11000010100100100100001111000010100100100100101011000010100100011100001010111011 | c29243c2924ac291c2bb |
UHC | ?C?J?? | 001111110100001100111111010010100011111100111111 | 3f433f4a3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)