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 | 譽f?怏 | 11100110101000111000001010000110001111111001110010001001 | e6a382863f9c89 |
EUC-JP | 譽f?怏 | 11101100101001011010001111100110001111111101011111101001 | eca5a3e63fd7e9 |
UTF-8 | 譽f겙怏 | 111010001010110110111101111011111011110110000110111010101011001010011001111001101000000010001111 | e8adbdefbd86eab299e6808f |
UHC | 譽f겙怏 | 1110011111100010101000111110011010000001101100001110010011101000 | e7e2a3e681b0e4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)