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 | ·Æ·Æ^ | 100100001011011110011111110001101001000010110111100111111100011001011110 | 90b79fc690b79fc65e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ???Æ???Æ^ | 00111111001111110011111110001111101010011010000100111111001111110011111110001111101010011010000101011110 | 3f3f3f8fa9a13f3f3f8fa9a15e |
UTF-8 | ·Æ·Æ^ | 1100001010010000110000101011011111000010100111111100001110000110110000101001000011000010101101111100001010011111110000111000011001011110 | c290c2b7c29fc386c290c2b7c29fc3865e |
UHC | ?·?Æ?·?Æ^ | 00111111101000011010010000111111101010001010000100111111101000011010010000111111101010001010000101011110 | 3fa1a43fa8a13fa1a43fa8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)