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 | ¼Û¼Õ¾ | 101111001101101110111100110101011000111010111110 | bcdbbcd58ebe |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Û?Õ?? | 00111111100011111010101011100101001111111000111110101010110110000011111100111111 | 3f8faae53f8faad83f3f |
UTF-8 | ¼Û¼Õ¾ | 110000101011110011000011100110111100001010111100110000111001010111000010100011101100001010111110 | c2bcc39bc2bcc395c28ec2be |
UHC | ¼?¼??¾ | 101010001111100100111111101010001111100100111111001111111010100011111010 | a8f93fa8f93f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)