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 | ?嵩踪枇 | 00111111100100001001001111100111010010001001010011111000 | 3f9093e74894f8 |
EUC-JP | ?嵩踪枇 | 00111111101111111111001111101101101010011100100011111010 | 3fbff3eda9c8fa |
UTF-8 | 룶嵩踪枇 | 111010111010001110110110111001011011010110101001111010001011100010101010111001101001111010000111 | eba3b6e5b5a9e8b8aae69e87 |
UHC | 룶嵩踪枇 | 1000111110101011111000111010000111110001101000011101110111101101 | 8fabe3a1f1a1dded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)