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 | 壬????? | 10010000011100000011111100111111001111110011111100111111 | 90703f3f3f3f3f |
EUC-JP | 壬????? | 10111111110100010011111100111111001111110011111100111111 | bfd13f3f3f3f3f |
UTF-8 | 壬렑롈렣뤊쓺 | 111001011010001110101100111010111010000010010001111010111010000110001000111010111010000010100011111010111010010010001010111011001001001110111010 | e5a3aceba091eba188eba0a3eba48aec93ba |
UHC | 壬렑롈렣뤊쓺 | 111011001111001110001110101001101000111011001110100011101011010010001111101110101011111010110110 | ecf38ea68ece8eb48fbabeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)