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 | ??亨 | 00111111001111111000101110011100 | 3f3f8b9c |
EUC-JP | ??亨 | 00111111001111111011010111111100 | 3f3fb5fc |
UTF-8 | 뤝발亨 | 111010111010010010011101111010111011000010011100111001001011101010101000 | eba49debb09ce4baa8 |
UHC | 뤝발亨 | 100011111100110010111001110111111111101011111011 | 8fccb9dffafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)