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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 혥횧혯횙혣혧 | 111011011001100010100101111011011001101010100111111011011001100010101111111011011001101010011001111011011001100010100011111011011001100010100111 | ed98a5ed9aa7ed98afed9a99ed98a3ed98a7 |
UHC | 혥횧혯횙혣혧 | 110000101000110111000011100111101100001010010110110000111001001111000010100011001100001010001111 | c28dc39ec296c393c28cc28f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)