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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逧キ邊千垤 | 111001111001101010110111111001111011001010010000111001111001101010110111 | e79ab7e7b290e79ab7 |
EUC-JP | 逧キ邊千垤 | 11101101111110101000111010110111111011101011010011000000111010011101010010111001 | edfa8eb7eeb4c0e9d4b9 |
UTF-8 | 逧キ邊千垤 | 111010011000000010100111111011111011110110110111111010011000001010001010111001011000110110000011111001011001111010100100 | e980a7efbdb7e9828ae58d83e59ea4 |
UHC | ??邊千? | 00111111001111111101110010101011111101001011011000111111 | 3f3fdcabf4b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)