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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蒟э集糶誌蒐 | 111001001110010110000100100011111000111101010111111000101111101010001110100011111000111101001110 | e4e5848f8f57e2fa8e8f8f4e |
EUC-JP | 蒟э集糶誌蒐 | 111010001110011110100111111011111011110110111000111001001111110010111011111011111011110110101111 | e8e7a7efbdb8e4fcbbefbdaf |
UTF-8 | 蒟э集糶誌蒐 | 1110100010010010100111111101000110001101111010011001101110000110111001111011001110110110111010001010101010001100111010001001001010010000 | e8929fd18de99b86e7b3b6e8aa8ce89290 |
UHC | ?э集?誌蒐 | 00111111101011001110111111110011101000100011111111110010101111001110001010111101 | 3faceff3a23ff2bce2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)