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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 紗爾邪斜 | 1000111011010001100011101010001010001110110101111000111011001110 | 8ed18ea28ed78ece |
EUC-JP | 紗爾邪斜 | 1011110011010011101111001010010010111100110110011011110011010000 | bcd3bca4bcd9bcd0 |
UTF-8 | 紗爾邪斜 | 111001111011010010010111111001111000100010111110111010011000001010101010111001101001011010011100 | e7b497e788bee982aae6969c |
UHC | 紗爾邪斜 | 1101111011101001111011001011001111011110111101111101111011011000 | dee9ecb3def7ded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)