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 | àÙ¸ñ¾ | 10001111111000001101100110111000111100011000111010111110 | 8fe0d9b8f18ebe |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?àÙ¸ñ?? | 001111111000111110101011101000101000111110101010111000111000111110100010101100011000111110101011110100000011111100111111 | 3f8faba28faae38fa2b18fabd03f3f |
UTF-8 | àÙ¸ñ¾ | 1100001010001111110000111010000011000011100110011100001010111000110000111011000111000010100011101100001010111110 | c28fc3a0c399c2b8c3b1c28ec2be |
UHC | ???¸??¾ | 001111110011111100111111101000101010110000111111001111111010100011111010 | 3f3f3fa2ac3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)