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 | 笏碁ュ | 1110001010010100100011001110100110101101 | e2948ce9ad |
EUC-JP | 笏碁ュ | 111000111111010010111000111010111000111010101101 | e3f4b8eb8ead |
UTF-8 | 笏碁ュ | 111001111010110010001111111001111010001010000001111011111011110110101101 | e7ac8fe7a281efbdad |
UHC | 笏碁? | 1111101111101110110100011011001100111111 | fbeed1b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)