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 | ¼Å¼Æ¼Ç | 1000111010111100100011101100010110111100110001101011110011000111 | 8ebc8ec5bcc6bcc7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ???Å?Æ?Ç | 0011111100111111001111111000111110101010101010010011111110001111101010011010000100111111100011111010101010101110 | 3f3f3f8faaa93f8fa9a13f8faaae |
UTF-8 | ¼Å¼Æ¼Ç | 11000010100011101100001010111100110000101000111011000011100001011100001010111100110000111000011011000010101111001100001110000111 | c28ec2bcc28ec385c2bcc386c2bcc387 |
UHC | ?¼??¼Æ¼? | 001111111010100011111001001111110011111110101000111110011010100010100001101010001111100100111111 | 3fa8f93f3fa8f9a8a1a8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)