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 | 隴帛叙諱キ | 111010001010110110011011111001011000111110010110111001101000000110110111 | e8ad9be58f96e681b7 |
EUC-JP | 隴帛叙諱キ | 11110000101011111101011011100111101111011111011011101011111000011000111010110111 | f0afd6e7bdf6ebe18eb7 |
UTF-8 | 隴帛叙諱キ | 111010011001101010110100111001011011100010011011111001011000111110011001111010001010101110110001111011111011110110110111 | e99ab4e5b89be58f99e8abb1efbdb7 |
UHC | ?帛?諱? | 00111111110110111101100100111111111111011100100100111111 | 3fdbd93ffdc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)