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 | ???檍??? | 0011111100111111001111111001111011111000001111110011111100111111 | 3f3f3f9ef83f3f3f |
EUC-JP | ???檍??? | 0011111100111111001111111101110011111010001111110011111100111111 | 3f3f3fdcfa3f3f3f |
UTF-8 | 怜뉖젵檍됦펯溜 | 111011111010011010101100111010111000100110010110111011001010000010110101111001101010101010001101111010111001000010100110111011011000111010101111111011111010011110001011 | efa6aceb8996eca0b5e6aa8deb90a6ed8eafefa78b |
UHC | 怜뉖젵檍됦펯溜 | 1110011110110000100001111110101110100000101010011110010111100101100010011110010010111100100000011110101011111110 | e7b087eba0a9e5e589e4bc81eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)