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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 照燻ヤ室^ | 1000111111000110111000001000111011010100100011101011101001011110 | 8fc6e08ed48eba5e |
EUC-JP | 照燻ヤ室^ | 101111101100100011011111111011101000111011010100101111001011110001011110 | bec8dfee8ed4bcbc5e |
UTF-8 | 照燻ヤ室^ | 11100111100001011010011111100111100001111011101111101111101111101001010011100101101011101010010001011110 | e785a7e787bbefbe94e5aea45e |
UHC | 照燻?室^ | 1111000011001110111111011011100000111111111000111111100001011110 | f0cefdb83fe3f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)