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 | 襞れ鴬 | 111001011111110010000010111010101000100110100111 | e5fc82ea89a7 |
EUC-JP | 襞れ鴬 | 111010101111111010100100111011001011001010101001 | eafea4ecb2a9 |
UTF-8 | 襞れ鴬 | 111010001010010110011110111000111000001010001100111010011011010010101100 | e8a59ee3828ce9b4ac |
UHC | ?れ? | 00111111101010101110110000111111 | 3faaec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)