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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錺濠幻蟯 | 1110100001000100100011011000101010001100101101101110010110110010 | e8448d8a8cb6e5b2 |
EUC-JP | 錺濠幻蟯 | 1110111110100101101110011110101010111000101110001110101010110100 | efa5b9eab8b8eab4 |
UTF-8 | 錺濠幻蟯 | 111010011000110010111010111001101011111110100000111001011011100110111011111010001001111110101111 | e98cbae6bfa0e5b9bbe89faf |
UHC | ?濠幻蟯 | 00111111111110111100110011111100101100111110100110101000 | 3ffbccfcb3e9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)