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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉅ャ遯ョ | 111001111110100010101100111001111010101010101110 | e7e8ace7aaae |
EUC-JP | 鉅ャ遯ョ | 1110111011101010100011101010110011101110101011001000111010101110 | eeea8eaceeac8eae |
UTF-8 | 鉅ャ遯ョ | 111010011000100110000101111011111011110110101100111010011000000110101111111011111011110110101110 | e98985efbdace981afefbdae |
UHC | 鉅?遯? | 110010111110100100111111110101001110111000111111 | cbe93fd4ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)