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?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-WIN | 燼O猊狃 | 11100000100111100100111111100000110001111110000010111011 | e09e4fe0c7e0bb |
EUC-JP | 燼O猊狃 | 11011111111111100100111111100000110010011110000010111101 | dffe4fe0c9e0bd |
UTF-8 | 燼O猊狃 | 11100111100001111011110001001111111001111000110010001010111001111000101110000011 | e787bc4fe78c8ae78b83 |
UHC | 燼O猊? | 111000111110100001001111111001111101100100111111 | e3e84fe7d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)