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 | @RCH@] | 10010010010000000101001010010010010000111001001001001000100100100100000001011101 | 9240529243924892405d |
SJIS-WIN | ?@R?C?H?@] | 00111111010000000101001000111111010000110011111101001000001111110100000001011101 | 3f40523f433f483f405d |
EUC-JP | ?@R?C?H?@] | 00111111010000000101001000111111010000110011111101001000001111110100000001011101 | 3f40523f433f483f405d |
UTF-8 | @RCH@] | 1100001010010010010000000101001011000010100100100100001111000010100100100100100011000010100100100100000001011101 | c2924052c29243c29248c292405d |
UHC | ?@R?C?H?@] | 00111111010000000101001000111111010000110011111101001000001111110100000001011101 | 3f40523f433f483f405d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)