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 | @±O@}Ar | 1001001001000000100100011011000101001111100100100100000001111101100100100100000101110010 | 924091b14f92407d924172 |
SJIS-WIN | ?@?±O?@}?Ar | 001111110100000000111111100000010111110101001111001111110100000001111101001111110100000101110010 | 3f403f817d4f3f407d3f4172 |
EUC-JP | ?@?±O?@}?Ar | 001111110100000000111111101000011101111001001111001111110100000001111101001111110100000101110010 | 3f403fa1de4f3f407d3f4172 |
UTF-8 | @±O@}Ar | 11000010100100100100000011000010100100011100001010110001010011111100001010010010010000000111110111000010100100100100000101110010 | c29240c291c2b14fc292407dc2924172 |
UHC | ?@?±O?@}?Ar | 001111110100000000111111101000011011111001001111001111110100000001111101001111110100000101110010 | 3f403fa1be4f3f407d3f4172 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)