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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 轣シ訷戊ウェ | 111001111000000110111100111110111010010010010101111010001011001110101010 | e781bcfba495e8b3aa |
EUC-JP | 轣シ訷戊ウェ | 11101101111000011000111010111100100011111101110111010100110010101110101010001110101100111000111010101010 | ede18ebc8fddd4caea8eb38eaa |
UTF-8 | 轣シ訷戊ウェ | 111010001011110110100011111011111011110110111100111010001010100010110111111001101000100010001010111011111011110110110011111011111011110110101010 | e8bda3efbdbce8a8b7e6888aefbdb3efbdaa |
UHC | ???戊?? | 00111111001111110011111111011001111001100011111100111111 | 3f3f3fd9e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)