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 | 篝エ竈篝エ窖^ | 1110001010111110101101001110001001111101111000101011111010110100111000100111101101011110 | e2beb4e27de2beb4e27b5e |
EUC-JP | 篝エ竈篝エ窖^ | 11100100110000001000111010110100111000111101111011100100110000001000111010110100111000111101110001011110 | e4c08eb4e3dee4c08eb4e3dc5e |
UTF-8 | 篝エ竈篝エ窖^ | 11100111101011111001110111101111101111011011010011100111101010111000100011100111101011111001110111101111101111011011010011100111101010101001011001011110 | e7af9defbdb4e7ab88e7af9defbdb4e7aa965e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)