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 | 鴫鱧叱鴫 | 111100001100000010001110101100001110100111100101100011101011011011110000110000001000111010110000 | f0c08eb0e9e58eb6f0c08eb0 |
EUC-JP | ?鴫鱧叱?鴫 | 00111111101111001011001011110010111001111011110010111000001111111011110010110010 | 3fbcb2f2e7bcb83fbcb2 |
UTF-8 | 鴫鱧叱鴫 | 111011101000000110111111111010011011010010101011111010011011000110100111111001011000111110110001111011101000000110111111111010011011010010101011 | ee81bfe9b4abe9b1a7e58fb1ee81bfe9b4ab |
UHC | ???叱?? | 00111111001111110011111111110010111010100011111100111111 | 3f3f3ff2ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)