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 | 諢牙ュ溪飭 | 111001101000010010001001111001011010110110011111111000101001100110101010 | e68489e5ad9fe299aa |
EUC-JP | 諢牙ュ溪飭 | 11101011111001001011001011100111100011101010110111011110111001001101001010101100 | ebe4b2e78eaddee4d2ac |
UTF-8 | 諢牙ュ溪飭 | 111010001010101110100010111001111000100110011001111011111011110110101101111001101011101010101010111010011010001110101101 | e8aba2e78999efbdade6baaae9a3ad |
UHC | ?牙?溪飭 | 0011111111100100101100110011111111001101101000101111011011010000 | 3fe4b33fcda2f6d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)