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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 室蒔 | 111100101010001110001110101110101000111010101010 | f2a38eba8eaa |
EUC-JP | ?室蒔 | 0011111110111100101111001011110010101100 | 3fbcbcbcac |
UTF-8 | 室蒔 | 111011101000011110011010111001011010111010100100111010001001001010010100 | ee879ae5aea4e89294 |
UHC | ?室蒔 | 0011111111100011111110001110001111001000 | 3fe3f8e3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)