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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 滎??滎 | 1000111111001000101110010011111100111111100011111100100010111001 | 8fc8b93f3f8fc8b9 |
UTF-8 | 滎싮쎁滎 | 111001101011101110001110111011001000101110101110111011001000111010000001111001101011101110001110 | e6bb8eec8baeec8e81e6bb8e |
UHC | 滎싮쎁滎 | 1111101110100011100110101110100110011011101010111111101110100011 | fba39ae99babfba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)