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 | ¶Ì¾àµ | 1000111010110110100011101100110010111110111000001000111010110101 | 8eb68eccbee08eb5 |
SJIS-WIN | ?¶?????? | 001111111000000111110111001111110011111100111111001111110011111100111111 | 3f81f73f3f3f3f3f3f |
EUC-JP | ?¶?Ì?à?? | 00111111101000101111100100111111100011111010101011000000001111111000111110101011101000100011111100111111 | 3fa2f93f8faac03f8faba23f3f |
UTF-8 | ¶Ì¾àµ | 11000010100011101100001010110110110000101000111011000011100011001100001010111110110000111010000011000010100011101100001010110101 | c28ec2b6c28ec38cc2bec3a0c28ec2b5 |
UHC | ?¶??¾??? | 00111111101000101101001000111111001111111010100011111010001111110011111100111111 | 3fa2d23f3fa8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)