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 | セュ胥辞凜酌 | 10111110101011011110001111101111100011101010101111101010101000111000111011011110 | beade3ef8eabeaa38ede |
EUC-JP | セュ胥辞凜酌 | 100011101011111010001110101011011110011011110001101111001010110111110100101001011011110011100000 | 8ebe8eade6f1bcadf4a5bce0 |
UTF-8 | セュ胥辞凜酌 | 111011111011110110111110111011111011110110101101111010001000001110100101111010001011111010011110111001011000011110011100111010011000010110001100 | efbdbeefbdade883a5e8be9ee5879ce9858c |
UHC | ??胥?凜酌 | 001111110011111111100000101000010011111111010111110011111110110111001100 | 3f3fe0a13fd7cfedcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)