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 | ?謔荊? | 001111111110011010000010100011000111010000111111 | 3fe6828c743f |
EUC-JP | ?謔荊? | 001111111110101111100010101101111101010100111111 | 3febe2b7d53f |
UTF-8 | 뤋謔荊궜 | 111010111010010010001011111010001010110010010100111010001000110110001010111010101011011010011100 | eba48be8ac94e88d8aeab69c |
UHC | 뤋謔荊궜 | 1000111110111011111110011100110011111011101010101011000111001001 | 8fbbf9ccfbaab1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)