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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鉧ク熙カ嫉B | 1111101111001011101110001110101010100100101101101111000010100001100011101011100101000010 | fbcbb8eaa4b6f0a18eb942 |
EUC-JP | 鉧ク熙カ?嫉B | 10001111111000111110100110001110101110001111010010100110100011101011011000111111101111001011101101000010 | 8fe3e98eb8f4a68eb63fbcbb42 |
UTF-8 | 鉧ク熙カ嫉B | 11101001100010011010011111101111101111011011100011100111100001101001100111101111101111011011011011101110100000011010000011100101101010111000100101000010 | e989a7efbdb8e78699efbdb6ee81a0e5ab8942 |
UHC | ??熙??嫉B | 001111110011111111111101111101110011111100111111111100101110110001000010 | 3f3ffdf73f3ff2ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)