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 | 辞鈹宍 | 1111000010111101100011101010101111111011110010101000111010110011 | f0bd8eabfbca8eb3 |
EUC-JP | ?辞鈹宍 | 0011111110111100101011011000111111100011110101001011110010110101 | 3fbcad8fe3d4bcb5 |
UTF-8 | 辞鈹宍 | 111011101000000110111100111010001011111010011110111010011000100010111001111001011010111010001101 | ee81bce8be9ee988b9e5ae8d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)