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 | ?耿? | 00111111111000111101010000111111 | 3fe3d43f |
EUC-JP | 頊耿? | 100011111110011111110100111001101101011000111111 | 8fe7f4e6d63f |
UTF-8 | 頊耿톱 | 111010011010000010001010111010001000000010111111111011011000011010110001 | e9a08ae880bfed86b1 |
UHC | 頊耿톱 | 111010011111010111001100111010101100010111101001 | e9f5cceac5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)