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 | 攸?┨陰? | 1001110110111111001111111000010010110111100010010100000100111111 | 9dbf3f84b789413f |
EUC-JP | 攸?┨陰? | 1101101011000001001111111010100010111001101100011010001000111111 | dac13fa8b9b1a23f |
UTF-8 | 攸잞┨陰숥 | 111001101001010010111000111011001001111010011110111000101001010010101000111010011001100110110000111011001000100010100101 | e694b8ec9e9ee294a8e999b0ec88a5 |
UHC | 攸잞┨陰숥 | 11101010111100101001111111101111101001101011100111101011111001001001101001000010 | eaf29fefa6b9ebe49a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)