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 | 預?オ | 1001011101100001001111111000001101001001 | 97613f8349 |
EUC-JP | 預?オ | 1100110111000010001111111010010110101010 | cdc23fa5aa |
UTF-8 | 預썹オ | 111010011010000010010000111011001000110110111001111000111000001010101010 | e9a090ec8db9e382aa |
UHC | 預썹オ | 111001111110100010111101111001111010101110101010 | e7e8bde7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)