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 | 愚愚[愚愚[^ | 1000101111110000100010111111000001011011100010111111000010001011111100000101101101011110 | 8bf08bf05b8bf08bf05b5e |
EUC-JP | 愚愚[愚愚[^ | 1011011011110010101101101111001001011011101101101111001010110110111100100101101101011110 | b6f2b6f25bb6f2b6f25b5e |
UTF-8 | 愚愚[愚愚[^ | 111001101000010010011010111001101000010010011010010110111110011010000100100110101110011010000100100110100101101101011110 | e6849ae6849a5be6849ae6849a5b5e |
UHC | 愚愚[愚愚[^ | 1110100111010111111010011101011101011011111010011101011111101001110101110101101101011110 | e9d7e9d75be9d7e9d75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)