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 | ???Y? | 0011111100111111001111110101100100111111 | 3f3f3f593f |
SJIS-WIN | 絛頑或Y絛 | 111000110101010110001010111001101000100010111101010110011110001101010101 | e3558ae688bd59e355 |
EUC-JP | 絛頑或Y絛 | 111001011011011010110100111010001011000010111111010110011110010110110110 | e5b6b4e8b0bf59e5b6 |
UTF-8 | 絛頑或Y絛 | 11100111101101011001101111101001101000001001000111100110100010001001011001011001111001111011010110011011 | e7b59be9a091e6889659e7b59b |
UHC | ?頑或Y? | 00111111111010001101011111111011111001000101100100111111 | 3fe8d7fbe4593f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)