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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畏??穩? | 10001000110110000011111100111111111000100111001000111111 | 88d83f3fe2723f |
EUC-JP | 畏??穩? | 10110000110110100011111100111111111000111101001100111111 | b0da3f3fe3d33f |
UTF-8 | 畏배내穩퍫 | 111001111001010110001111111010111011000010110000111010111000001010110100111001111010100110101001111011011000110110101011 | e7958febb0b0eb82b4e7a9a9ed8dab |
UHC | 畏배내穩퍫 | 11101000111001101011100111101000101100111011101111101000101100011011110001000010 | e8e6b9e8b3bbe8b1bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)