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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | セホYセホbE | 1011111011001110111100011101111001011001101111101100111011110001110111100110001001000101 | becef1de59becef1de6245 |
EUC-JP | セホ?Yセホ?bE | 10001110101111101000111011001110001111110101100110001110101111101000111011001110001111110110001001000101 | 8ebe8ece3f598ebe8ece3f6245 |
UTF-8 | セホYセホbE | 111011111011110110111110111011111011111010001110111011101000010110011001010110011110111110111101101111101110111110111110100011101110111010000101100110010110001001000101 | efbdbeefbe8eee859959efbdbeefbe8eee85996245 |
UHC | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)