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 | ?竪胥\ | 001111111001001001000111111000111110111101011100 | 3f9247e3ef5c |
EUC-JP | ?竪胥\ | 001111111100001110101000111001101111000101011100 | 3fc3a8e6f15c |
UTF-8 | 巢竪胥\ | 11100101101101111010001011100111101010111010101011101000100000111010010101011100 | e5b7a2e7abaae883a55c |
UHC | 巢竪胥\ | 11100001101101011110001010110101111000001010000101011100 | e1b5e2b5e0a15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)