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 | 終竭?? | 100011110100100111100010100100010011111100111111 | 8f49e2913f3f |
EUC-JP | 終竭?? | 101111011010101011100011111100010011111100111111 | bdaae3f13f3f |
UTF-8 | 終竭렮淚 | 111001111011010110000010111001111010101110101101111010111010000010101110111011111010010110001101 | e7b582e7abadeba0aeefa58d |
UHC | 終竭렮淚 | 1111000011111011110010101110011010001110101110111101001011100111 | f0fbcae68ebbd2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)