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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 혧횒쨩횎첨횋챰 | 111011011001100010100111111011011001101010010010111011001010100010101001111011011001101010001110111011001011001010101000111011011001101010001011111011001011000110110000 | ed98a7ed9a92eca8a9ed9a8eecb2a8ed9a8becb1b0 |
UHC | 혧횒쨩횎첨횋챰 | 1100001010001111110000111000110111000010101110111100001110001010110000111011011111000011100010011100001110110001 | c28fc38dc2bbc38ac3b7c389c3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)