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 | ??恂\ | 0011111100111111100111001001011001011100 | 3f3f9c965c |
EUC-JP | ??恂\ | 0011111100111111110101111111011001011100 | 3f3fd7f65c |
UTF-8 | 롍렫恂\ | 11101011101000011000110111101011101000001010101111100110100000011000001001011100 | eba18deba0abe681825c |
UHC | 롍렫恂\ | 10001110110100111000111010111001111000101110000101011100 | 8ed38eb9e2e15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)