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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??序∮? | 00111111001111111000111110011000100001111001001100111111 | 3f3f8f9887933f |
EUC-JP | ??序?? | 001111110011111110111101111110000011111100111111 | 3f3fbdf83f3f |
UTF-8 | 룶뇟序∮룴 | 111010111010001110110110111010111000011110011111111001011011101010001111111000101000100010101110111010111010001110110100 | eba3b6eb879fe5ba8fe288aeeba3b4 |
UHC | 룶뇟序∮룴 | 10001111101010111011010010100001110111111110110110100010101100011000111110101001 | 8fabb4a1dfeda2b18fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)