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 | ¾³¼Ú¼¾ | 1000111010111110100011101011001110111100110110101011110010111110 | 8ebe8eb3bcdabcbe |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?????Ú?? | 00111111001111110011111100111111001111111000111110101010111000100011111100111111 | 3f3f3f3f3f8faae23f3f |
UTF-8 | ¾³¼Ú¼¾ | 11000010100011101100001010111110110000101000111011000010101100111100001010111100110000111001101011000010101111001100001010111110 | c28ec2bec28ec2b3c2bcc39ac2bcc2be |
UHC | ?¾?³¼?¼¾ | 00111111101010001111101000111111101010011111100010101000111110010011111110101000111110011010100011111010 | 3fa8fa3fa9f8a8f93fa8f9a8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)