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 | 型?諸? | 100011000101111000111111100011111001010000111111 | 8c5e3f8f943f |
EUC-JP | 型?諸? | 101101111011111100111111101111011111010000111111 | b7bf3fbdf43f |
UTF-8 | 型렯諸렕 | 111001011001111010001011111010111010000010101111111010001010101110111000111010111010000010010101 | e59e8beba0afe8abb8eba095 |
UHC | 型렯諸렕 | 1111101011111110100011101011110011110000101100111000111010101010 | fafe8ebcf0b38eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)