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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 뤉칿숌툗 | 111010111010010010001001111011001011100110111111111011001000100010001100111011011000100010010111 | eba489ecb9bfec888ced8897 |
UHC | 뤉칿숌툗 | 1000111110111001101011111000111010111100111100101011100010001110 | 8fb9af8ebcf2b88e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)