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^ | 111011111010011010001100111000111000111110000110111011001000100010101111010001001110111110100110100011001110001110001111100001101110110010001000101011110100010001011110 | efa68ce38f86ec88af44efa68ce38f86ec88af445e |
UHC | 歷㏆숯D歷㏆숯D^ | 111001101011100010100111111011111011110110100001010001001110011010111000101001111110111110111101101000010100010001011110 | e6b8a7efbda144e6b8a7efbda1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)