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 | 﨟セ辷セ閭ア | 111110111001110110111110111001111000100010111110111010001000001110110001 | fb9dbee788bee883b1 |
EUC-JP | ?セ辷セ閭ア | 0011111110001110101111101110110111101000100011101011111011101111111000111000111010110001 | 3f8ebeede88ebeefe38eb1 |
UTF-8 | 﨟セ辷セ閭ア | 111011111010100010011111111011111011110110111110111010001011111010110111111011111011110110111110111010011001011010101101111011111011110110110001 | efa89fefbdbee8beb7efbdbee996adefbdb1 |
UHC | ????閭? | 00111111001111110011111100111111110101011110111100111111 | 3f3f3f3fd5ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)