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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 靷??佾 | 1000111111100111101111010011111100111111100011111011000011111011 | 8fe7bd3f3f8fb0fb |
UTF-8 | 靷렯렜佾 | 111010011001110110110111111010111010000010101111111010111010000010011100111001001011110110111110 | e99db7eba0afeba09ce4bdbe |
UHC | 靷렯렜佾 | 1110110011100110100011101011110010001110101011101110110011101011 | ece68ebc8eaeeceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)