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 | ?壹頸? | 001111111001101011100011111010001111001000111111 | 3f9ae3e8f23f |
EUC-JP | ?壹頸琫 | 0011111111010100111001011111000011110100100011111100110010101111 | 3fd4e5f0f48fccaf |
UTF-8 | 뤌壹頸琫 | 111010111010010010001100111001011010001110111001111010011010000010111000111001111001000010101011 | eba48ce5a3b9e9a0b8e790ab |
UHC | 뤌壹頸琫 | 1000111110111100111011001110110011001100111100101101110011101101 | 8fbcececccf2dced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)