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 | 濡??耀 | 100101000100011100111111001111111001011101110011 | 94473f3f9773 |
EUC-JP | 濡??耀 | 110001111010100000111111001111111100110111010100 | c7a83f3fcdd4 |
UTF-8 | 濡섎졂耀 | 111001101011111110100001111011001000010010001110111011001010000110000010111010001000000010000000 | e6bfa1ec848eeca182e88080 |
UHC | 濡섎졂耀 | 1110101110100001100110001110101110100000101100111110100110100101 | eba198eba0b3e9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)