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 | 騾ァ蜊冷亜 | 111010011000000010100111111001011000110110010111111000101000100010011111 | e980a7e58d97e2889f |
EUC-JP | 騾ァ蜊冷亜 | 11110001111000001000111010100111111010011110110111001110111001001011000010100001 | f1e08ea7e9edcee4b0a1 |
UTF-8 | 騾ァ蜊冷亜 | 111010011010100010111110111011111011110110100111111010001001110010001010111001011000011010110111111001001011101010011100 | e9a8beefbda7e89c8ae586b7e4ba9c |
UHC | ???冷? | 001111110011111100111111110101011101001000111111 | 3f3f3fd5d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)