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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 筌??墺k?^ | 11100010101000110011111100111111100110101101001010000010100010110011111101011110 | e2a33f3f9ad2828b3f5e |
EUC-JP | 筌??墺k?^ | 11100100101001010011111100111111110101001101010010100011111010110011111101011110 | e4a53f3fd4d4a3eb3f5e |
UTF-8 | 筌듬젧墺k젧^ | 11100111101011011000110011101011100100111010110011101100101000001010011111100101101000101011101011101111101111011000101111101100101000001010011101011110 | e7ad8ceb93aceca0a7e5a2baefbd8beca0a75e |
UHC | 筌듬젧墺k젧^ | 11101111101001111011010111101011101000001001111111100111111100101010001111101011101000001001111101011110 | efa7b5eba09fe7f2a3eba09f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)