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 | 襄ソ寀シ | 111001011111010110111111111110101010011110111100 | e5f5bffaa7bc |
EUC-JP | 襄ソ寀シ | 111010101111011110001110101111111000111110111010110110111000111010111100 | eaf78ebf8fbadb8ebc |
UTF-8 | 襄ソ寀シ | 111010001010010110000100111011111011110110111111111001011010111110000000111011111011110110111100 | e8a584efbdbfe5af80efbdbc |
UHC | 襄?寀? | 111001011101000100111111111100111111001000111111 | e5d13ff3f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)