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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ∫?咫?ヲ^ | 100000011110011100111111100110100100000000111111100000111001001001011110 | 81e73f9a403f83925e |
EUC-JP | ∫?咫?ヲ^ | 101000101110100100111111110100111010000100111111101001011111001001011110 | a2e93fd3a13fa5f25e |
UTF-8 | ∫룶咫卽ヲ^ | 11100010100010001010101111101011101000111011011011100101100100101010101111100101100011011011110111100011100000111011001001011110 | e288abeba3b6e592abe58dbde383b25e |
UHC | ∫룶咫卽ヲ^ | 1010000111110010100011111010101111110010101000011111000111101101101010111111001001011110 | a1f28fabf2a1f1edabf25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)