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 | ?劇?嶽? | 00111111100011001000000000111111100110111101010000111111 | 3f8c803f9bd43f |
EUC-JP | ?劇?嶽? | 00111111101101111110000000111111110101101101011000111111 | 3fb7e03fd6d63f |
UTF-8 | 뤋劇콓嶽렾 | 111010111010010010001011111001011000101010000111111011001011110110010011111001011011011010111101111010111010000010111110 | eba48be58a87ecbd93e5b6bdeba0be |
UHC | 뤋劇콓嶽렾 | 10001111101110111101000010111100101100011000111111100100110000001000111011000110 | 8fbbd0bcb18fe4c08ec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)