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 | 鉑蒔嶹 | 111110111100100110001110101010101111101010110101 | fbc98eaafab5 |
EUC-JP | 鉑蒔嶹 | 1000111111100011111000011011110010101100100011111011101111110101 | 8fe3e1bcac8fbbf5 |
UTF-8 | 鉑蒔嶹 | 111010011000100110010001111010001001001010010100111001011011011010111001 | e98991e89294e5b6b9 |
UHC | ?蒔? | 00111111111000111100100000111111 | 3fe3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)