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 | 鉑室霄 | 111110111100100110001110101110101110100010111010 | fbc98ebae8ba |
EUC-JP | 鉑室霄 | 10001111111000111110000110111100101111001111000010111100 | 8fe3e1bcbcf0bc |
UTF-8 | 鉑室霄 | 111010011000100110010001111001011010111010100100111010011001110010000100 | e98991e5aea4e99c84 |
UHC | ?室? | 00111111111000111111100000111111 | 3fe3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)