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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 涖ク闔コスヒ^ | 111110110100000010111000111010001000111010111010101111011100101101011110 | fb40b8e88ebabdcb5e |
EUC-JP | 涖ク闔コスヒ^ | 1000111111000111110010111000111010111000111011111110111010001110101110101000111010111101100011101100101101011110 | 8fc7cb8eb8efee8eba8ebd8ecb5e |
UTF-8 | 涖ク闔コスヒ^ | 11100110101101101001011011101111101111011011100011101001100101111001010011101111101111011011101011101111101111011011110111101111101111101000101101011110 | e6b696efbdb8e99794efbdbaefbdbdefbe8b5e |
UHC | ??闔???^ | 0011111100111111111110011110111100111111001111110011111101011110 | 3f3ff9ef3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)