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 | ¼Î¼Û¾ | 101111001100111010111100110110111000111010111110 | bccebcdb8ebe |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Î?Û?? | 00111111100011111010101011000010001111111000111110101010111001010011111100111111 | 3f8faac23f8faae53f3f |
UTF-8 | ¼Î¼Û¾ | 110000101011110011000011100011101100001010111100110000111001101111000010100011101100001010111110 | c2bcc38ec2bcc39bc28ec2be |
UHC | ¼?¼??¾ | 101010001111100100111111101010001111100100111111001111111010100011111010 | a8f93fa8f93f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)