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 | 疾鹿貅疾辞シ | 1000111010111110100011101010110111100110101110101000111010111110100011101010101110111100 | 8ebe8eade6ba8ebe8eabbc |
EUC-JP | 疾鹿貅疾辞シ | 101111001100000010111100101011111110110010111100101111001100000010111100101011011000111010111100 | bcc0bcafecbcbcc0bcad8ebc |
UTF-8 | 疾鹿貅疾辞シ | 111001111001011010111110111010011011100110111111111010001011001010000101111001111001011010111110111010001011111010011110111011111011110110111100 | e796bee9b9bfe8b285e796bee8be9eefbdbc |
UHC | 疾鹿?疾?? | 111100101111000011010110111000110011111111110010111100000011111100111111 | f2f0d6e33ff2f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)