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 | 證竭?? | 111001101001101011100010100100010011111100111111 | e69ae2913f3f |
EUC-JP | 證竭?? | 111010111111101011100011111100010011111100111111 | ebfae3f13f3f |
UTF-8 | 證竭렮漏 | 111010001010110110001001111001111010101110101101111010111010000010101110111011111010010110001110 | e8ad89e7abadeba0aeefa58e |
UHC | 證竭렮漏 | 1111000111111011110010101110011010001110101110111101001011101000 | f1fbcae68ebbd2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)