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 | 炯畢炯畢^ | 111000000111011010010101010011001110000001110110100101010100110001011110 | e076954ce076954c5e |
EUC-JP | 炯畢炯畢^ | 110111111101011111001001101011011101111111010111110010011010110101011110 | dfd7c9addfd7c9ad5e |
UTF-8 | 炯畢炯畢^ | 11100111100000101010111111100111100101011010001011100111100000101010111111100111100101011010001001011110 | e782afe795a2e782afe795a25e |
UHC | 炯畢炯畢^ | 111110111010011011111001101101001111101110100110111110011011010001011110 | fba6f9b4fba6f9b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)