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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辰俗孫箪 | 1001001001000011100100011010110110010001101101111001001001011100 | 924391ad91b7925c |
EUC-JP | 辰俗孫箪 | 1100001110100100110000101010111111000010101110011100001110111101 | c3a4c2afc2b9c3bd |
UTF-8 | 辰俗孫箪 | 111010001011111010110000111001001011111110010111111001011010110110101011111001111010111010101010 | e8beb0e4bf97e5adabe7aeaa |
UHC | 辰俗孫? | 11110010111000111110000111010100111000011101110100111111 | f2e3e1d4e1dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)