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 | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
EUC-JP | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
UTF-8 | 뤛슨턜D뤛슨턜D^ | 111010111010010010011011111011001000101010101000111011011000010010011100010001001110101110100100100110111110110010001010101010001110110110000100100111000100010001011110 | eba49bec8aa8ed849c44eba49bec8aa8ed849c445e |
UHC | 뤛슨턜D뤛슨턜D^ | 100011111100101010111101101111001011011001010111010001001000111111001010101111011011110010110110010101110100010001011110 | 8fcabdbcb657448fcabdbcb657445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)