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 | 全?韻橋? | 1001000101010011001111111000100101000011100010111011010000111111 | 91533f89438bb43f |
EUC-JP | 全?韻橋? | 1100000110110100001111111011000110100100101101101011011000111111 | c1b43fb1a4b6b63f |
UTF-8 | 全렖韻橋렱 | 111001011000010110101000111010111010000010010110111010011001111110111011111001101010100110001011111010111010000010110001 | e585a8eba096e99fbbe6a98beba0b1 |
UHC | 全렖韻橋렱 | 11101110111011111000111010101011111010101010010011001110111010011000111010111110 | eeef8eabeaa4cee98ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)