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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???壓??? | 0011111100111111001111111001101011011000001111110011111100111111 | 3f3f3f9ad83f3f3f |
EUC-JP | ???壓??? | 0011111100111111001111111101010011011010001111110011111100111111 | 3f3f3fd4da3f3f3f |
UTF-8 | 緣욌젿壓꾨씒溜 | 111001111011011110100011111011001001101010001100111011001010000010111111111001011010001110010011111010101011111010101000111011001001010010010010111011111010011110001011 | e7b7a3ec9a8ceca0bfe5a393eabea8ec9492efa78b |
UHC | 緣욌젿壓꾨씒溜 | 1110011011011110100111101110101110100000101100011110010011100010100001001110101110011101101010001110101011111110 | e6de9eeba0b1e4e284eb9da8eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)