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 | ゙ゥ鉎ル | 1101111010101001111110111100011111011001 | dea9fbc7d9 |
EUC-JP | ゙ゥ鉎ル | 100011101101111010001110101010011000111111100011110111111000111011011001 | 8ede8ea98fe3df8ed9 |
UTF-8 | ゙ゥ鉎ル | 111011111011111010011110111011111011110110101001111010011000100110001110111011111011111010011001 | efbe9eefbda9e9898eefbe99 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)