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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豎壽ア喊 | 11100110101100011001101011100110101100011001101001011110 | e6b19ae6b19a5e |
EUC-JP | 豎壽ア喊 | 1110110010110011110101001110100010001110101100011101001110111111 | ecb3d4e88eb1d3bf |
UTF-8 | 豎壽ア喊 | 111010001011000110001110111001011010001110111101111011111011110110110001111001011001011010001010 | e8b18ee5a3bdefbdb1e5968a |
UHC | ?壽?喊 | 001111111110000111111000001111111111100111100010 | 3fe1f83ff9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)