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 | 鈊室霏 | 111110111100001110001110101110101110100011000000 | fbc38ebae8c0 |
EUC-JP | 鈊室霏 | 10001111111000111011111110111100101111001111000011000010 | 8fe3bfbcbcf0c2 |
UTF-8 | 鈊室霏 | 111010011000100010001010111001011010111010100100111010011001110010001111 | e9888ae5aea4e99c8f |
UHC | ?室? | 00111111111000111111100000111111 | 3fe3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)