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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ヤレ鴒ウ淏 | 11010100110110101110100111110111101100111111101101000010 | d4dae9f7b3fb42 |
EUC-JP | ヤレ鴒ウ淏 | 1000111011010100100011101101101011110010111110011000111010110011100011111100011111011001 | 8ed48edaf2f98eb38fc7d9 |
UTF-8 | ヤレ鴒ウ淏 | 111011111011111010010100111011111011111010011010111010011011010010010010111011111011110110110011111001101011011110001111 | efbe94efbe9ae9b492efbdb3e6b78f |
UHC | ????淏 | 001111110011111100111111001111111111101111001000 | 3f3f3f3ffbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)