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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 葬?@葬?@B | 100100011001001000111111010000001001000110010010001111110100000001000010 | 91923f4091923f4042 |
EUC-JP | 葬?@葬?@B | 110000011111001000111111010000001100000111110010001111110100000001000010 | c1f23f40c1f23f4042 |
UTF-8 | 葬렯@葬렯@B | 111010001001000110101100111010111010000010101111010000001110100010010001101011001110101110100000101011110100000001000010 | e891aceba0af40e891aceba0af4042 |
UHC | 葬렯@葬렯@B | 1110110111110111100011101011110001000000111011011111011110001110101111000100000001000010 | edf78ebc40edf78ebc4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)