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 | 諸?廓低? | 1000111110010100001111111000101001100110100100101110000100111111 | 8f943f8a6692e13f |
EUC-JP | 諸?廓低? | 1011110111110100001111111011001111000111110001001110001100111111 | bdf43fb3c7c4e33f |
UTF-8 | 諸계廓低렱 | 111010001010101110111000111010101011001110000100111001011011101110010011111001001011110110001110111010111010000010110001 | e8abb8eab384e5bb93e4bd8eeba0b1 |
UHC | 諸계廓低렱 | 11110000101100111011000011101000110011101010100111101110101110001000111010111110 | f0b3b0e8cea9eeb88ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)