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 | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
SJIS-WIN | 莠罷ャ苦O | 11100100101110101001010011101011101011001000101111101010111101111011010101001111 | e4ba94ebac8beaf7b54f |
EUC-JP | 莠罷ャ苦?O | 11101000101111001100100011101101100011101010110010110110111011000011111101001111 | e8bcc8ed8eacb6ec3f4f |
UTF-8 | 莠罷ャ苦O | 11101000100011101010000011100111101111011011011111101111101111011010110011101000100010111010011011101110100101101001100001001111 | e88ea0e7bdb7efbdace88ba6ee96984f |
UHC | ?罷?苦?O | 0011111111110111111100110011111111001101110010000011111101001111 | 3ff7f33fcdc83f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)