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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ?功ヤ\ | 001111111000110011110111100000111000010001011100 | 3f8cf783845c |
EUC-JP | ?功ヤ\ | 001111111011100011111001101001011110010001011100 | 3fb8f9a5e45c |
UTF-8 | 룴功ヤ\ | 11101011101000111011010011100101100010101001111111100011100000111010010001011100 | eba3b4e58a9fe383a45c |
UHC | 룴功ヤ\ | 10001111101010011100110111101101101010111110010001011100 | 8fa9cdedabe45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)