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 | 軫溪烋 | 111001110110011010011111111000101110000001111101 | e7669fe2e07d |
EUC-JP | 軫溪烋 | 111011011100011111011110111001001101111111011110 | edc7dee4dfde |
UTF-8 | 軫溪烋 | 111010001011101110101011111001101011101010101010111001111000001110001011 | e8bbabe6baaae7838b |
UHC | 軫溪烋 | 111100101110001011001101101000101111110111001110 | f2e2cda2fdce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)