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 | 騾崎凍騾咲ォ | 1110100110000000100011011110100010010011100000001110100110000000100011011110011110101011 | e9808de89380e9808de7ab |
EUC-JP | 騾崎凍騾咲ォ | 111100011110000010111010111010101100010111100000111100011110000010111010111010011000111010101011 | f1e0baeac5e0f1e0bae98eab |
UTF-8 | 騾崎凍騾咲ォ | 111010011010100010111110111001011011010010001110111001011000011110001101111010011010100010111110111001011001001010110010111011111011110110101011 | e9a8bee5b48ee5878de9a8bee592b2efbdab |
UHC | ?崎凍??? | 0011111111010000111110001101010011010000001111110011111100111111 | 3fd0f8d4d03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)