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 | ヤ飼クホ | 111100101010111111010100111110111111011111110101100011111011100011001110 | f2afd4fbf7f58fb8ce |
EUC-JP | ?ヤ??クホ | 001111111000111011010100001111110011111110001110101110001000111011001110 | 3f8ed43f3f8eb88ece |
UTF-8 | ヤ飼クホ | 111011101000011110100110111011111011111010010100111011111010100010101011111011101000111110111010111011111011110110111000111011111011111010001110 | ee87a6efbe94efa8abee8fbaefbdb8efbe8e |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)