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 | 茵g見襞 | 1110010010011111100000101000011110001100101010011110010111111100 | e49f82878ca9e5fc |
EUC-JP | 茵g見襞 | 1110100010100001101000111110011110111000101010111110101011111110 | e8a1a3e7b8abeafe |
UTF-8 | 茵g見襞 | 111010001000110010110101111011111011110110000111111010001010011010001011111010001010010110011110 | e88cb5efbd87e8a68be8a59e |
UHC | 茵g見? | 11101100111000001010001111100111110011001011100000111111 | ece0a3e7ccb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)