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 | 鬨セ謇句鵠 | 111010011010100010111110111001101000100110001011111001011000110110010100 | e9a8bee6898be58d94 |
EUC-JP | 鬨セ謇句鵠 | 11110010101010101000111010111110111010111110100110110110111001111011100111110100 | f2aa8ebeebe9b6e7b9f4 |
UTF-8 | 鬨セ謇句鵠 | 111010011010110010101000111011111011110110111110111010001010110010000111111001011000111110100101111010011011010110100000 | e9aca8efbdbee8ac87e58fa5e9b5a0 |
UHC | ???句鵠 | 00111111001111110011111111001111101000111100110111011100 | 3f3f3fcfa3cddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)