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 | ア繃ア縵^ | 1111000111111011101100011110001101111101111100011111101110110001111000110111101101011110 | f1fbb1e37df1fbb1e37b5e |
EUC-JP | ?ア繃?ア縵^ | 0011111110001110101100011110010111011110001111111000111010110001111001011101110001011110 | 3f8eb1e5de3f8eb1e5dc5e |
UTF-8 | ア繃ア縵^ | 11101110100001011011011011101111101111011011000111100111101110011000001111101110100001011011011011101111101111011011000111100111101110001011010101011110 | ee85b6efbdb1e7b983ee85b6efbdb1e7b8b55e |
UHC | ??繃???^ | 0011111100111111110111011101111000111111001111110011111101011110 | 3f3fddde3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)