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 | 熱??宜?? | 1001010001001101001111110011111110001011010110000011111100111111 | 944d3f3f8b583f3f |
EUC-JP | 熱??宜?? | 1100011110101110001111110011111110110101101110010011111100111111 | c7ae3f3fb5b93f3f |
UTF-8 | 熱듬낍宜쇽쭓 | 111001111000011010110001111010111001001110101100111010111000001010001101111001011010111010011100111011001000011110111101111011001010110110010011 | e786b1eb93aceb828de5ae9cec87bdecad93 |
UHC | 熱듬낍宜쇽쭓 | 111001101111000010110101111010111011001110100111111010111111000110111100111011111010011110001011 | e6f0b5ebb3a7ebf1bcefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)