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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ホエヤゥヤゥ | 1100111010110100110101001010100111110101110100111101010010101001 | ceb4d4a9f5d3d4a9 |
EUC-JP | ホエヤゥ?ヤゥ | 10001110110011101000111010110100100011101101010010001110101010010011111110001110110101001000111010101001 | 8ece8eb48ed48ea93f8ed48ea9 |
UTF-8 | ホエヤゥヤゥ | 111011111011111010001110111011111011110110110100111011111011111010010100111011111011110110101001111011101001000010111110111011111011111010010100111011111011110110101001 | efbe8eefbdb4efbe94efbda9ee90beefbe94efbda9 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)