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 | 銕牙虫螯幄脂 | 111001111110110010001001111001011001001010001110111001011010011010011011111010001000111010001001 | e7ec89e5928ee5a69be88e89 |
EUC-JP | 銕牙虫螯幄脂 | 111011101110111010110010111001111100001111101110111010101010100011010110111010101011101111101001 | eeeeb2e7c3eeeaa8d6eabbe9 |
UTF-8 | 銕牙虫螯幄脂 | 111010011000101010010101111001111000100110011001111010001001100110101011111010001001111010101111111001011011100110000100111010001000010010000010 | e98a95e78999e899abe89eafe5b984e88482 |
UHC | ?牙??幄脂 | 001111111110010010110011001111110011111111100100110000011111001010110111 | 3fe4b33f3fe4c1f2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)