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 | ¶¶^ | 100010011011011010010011100001001000100110110110100100111000010001011110 | 89b6938489b693845e |
SJIS-WIN | ?¶???¶??^ | 0011111110000001111101110011111100111111001111111000000111110111001111110011111101011110 | 3f81f73f3f3f81f73f3f5e |
EUC-JP | ?¶???¶??^ | 0011111110100010111110010011111100111111001111111010001011111001001111110011111101011110 | 3fa2f93f3f3fa2f93f3f5e |
UTF-8 | ¶¶^ | 1100001010001001110000101011011011000010100100111100001010000100110000101000100111000010101101101100001010010011110000101000010001011110 | c289c2b6c293c284c289c2b6c293c2845e |
UHC | ?¶???¶??^ | 0011111110100010110100100011111100111111001111111010001011010010001111110011111101011110 | 3fa2d23f3f3fa2d23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)