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 | ?棹蕓 | 0011111110011110101010001111101110011010 | 3f9ea8fb9a |
EUC-JP | ?棹蕓 | 001111111101110010101010100011111101100111000110 | 3fdcaa8fd9c6 |
UTF-8 | 룶棹蕓 | 111010111010001110110110111001101010001110111001111010001001010110010011 | eba3b6e6a3b9e89593 |
UHC | 룶棹蕓 | 100011111010101111010100101000011110100111111110 | 8fabd4a1e9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)