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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 蓴蓴[蓴蓴[^ | 1110010011110001111001001111000101011011111001001111000111100100111100010101101101011110 | e4f1e4f15be4f1e4f15b5e |
EUC-JP | 蓴蓴[蓴蓴[^ | 1110100011110011111010001111001101011011111010001111001111101000111100110101101101011110 | e8f3e8f35be8f3e8f35b5e |
UTF-8 | 蓴蓴[蓴蓴[^ | 111010001001001110110100111010001001001110110100010110111110100010010011101101001110100010010011101101000101101101011110 | e893b4e893b45be893b4e893b45b5e |
UHC | 蓴蓴[蓴蓴[^ | 1110001011110001111000101111000101011011111000101111000111100010111100010101101101011110 | e2f1e2f15be2f1e2f15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)