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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 歪???? | 100110000110001100111111001111110011111100111111 | 98633f3f3f3f |
EUC-JP | 歪??濚? | 1100111111000100001111110011111110001111110010011010000100111111 | cfc43f3f8fc9a13f |
UTF-8 | 歪륅슉濚㏛ | 111001101010110110101010111010111010010110000101111011001000101010001001111001101011111110011010111000111000111110011011 | e6adaaeba585ec8a89e6bf9ae38f9b |
UHC | 歪륅슉濚㏛ | 11101000111000001000111111101111101111011011010111100111101110011010011111100100 | e8e08fefbdb5e7b9a7e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)