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 | ?劇? | 00111111100011001000000000111111 | 3f8c803f |
EUC-JP | ?劇? | 00111111101101111110000000111111 | 3fb7e03f |
UTF-8 | 뤋劇법 | 111010111010010010001011111001011000101010000111111010111011001010010101 | eba48be58a87ebb295 |
UHC | 뤋劇법 | 100011111011101111010000101111001011100111111101 | 8fbbd0bcb9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)