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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譏危ぞ | 111001101001100010001010111010111000001010111100 | e6988aeb82bc |
EUC-JP | 譏危ぞ | 111010111111100010110100111011011010010010111110 | ebf8b4eda4be |
UTF-8 | 譏危ぞ | 111010001010110110001111111001011000110110110001111000111000000110011110 | e8ad8fe58db1e3819e |
UHC | 譏危ぞ | 110100011100000111101010110010111010101010111110 | d1c1eacbaabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)