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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??終?健た | 001111110011111110001111010010010011111110001100100100101000001010111101 | 3f3f8f493f8c9282bd |
EUC-JP | ??終?健た | 001111110011111110111101101010100011111110110111111100101010010010111111 | 3f3fbdaa3fb7f2a4bf |
UTF-8 | 룵沈終룴健た | 111010111010001110110101111011111010010110110010111001111011010110000010111010111010001110110100111001011000000110100101111000111000000110011111 | eba3b5efa5b2e7b582eba3b4e581a5e3819f |
UHC | 룵沈終룴健た | 100011111010101011100100101000011111000011111011100011111010100111001011111011011010101010111111 | 8faae4a1f0fb8fa9cbedaabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)