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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 毫?毫?B | 10011111011111000011111110011111011111000011111101000010 | 9f7c3f9f7c3f42 |
EUC-JP | 毫?毫?B | 11011101110111010011111111011101110111010011111101000010 | dddd3fdddd3f42 |
UTF-8 | 毫렱毫렱B | 11100110101011111010101111101011101000001011000111100110101011111010101111101011101000001011000101000010 | e6afabeba0b1e6afabeba0b142 |
UHC | 毫렱毫렱B | 111110111100011010001110101111101111101111000110100011101011111001000010 | fbc68ebefbc68ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)