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 | ?似箝居 | 00111111100011101001011111100010101011011000101110001111 | 3f8e97e2ad8b8f |
EUC-JP | ?似箝居 | 00111111101110111111011111100100101011111011010111101111 | 3fbbf7e4afb5ef |
UTF-8 | 렺似箝居 | 111010111010000010111010111001001011110010111100111001111010111010011101111001011011000110000101 | eba0bae4bcbce7ae9de5b185 |
UHC | 렺似箝居 | 1000111011000010110111101100010011001100110001001100101111011100 | 8ec2dec4ccc4cbdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)