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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ホォ粹^ | 11001110111101101111101010101011111000101110110101011110 | cef6faabe2ed5e |
EUC-JP | ホ?ォ粹^ | 1000111011001110001111111000111010101011111001001110111101011110 | 8ece3f8eabe4ef5e |
UTF-8 | ホォ粹^ | 11101111101111101000111011101110100101001010000111101111101111011010101111100111101100101011100101011110 | efbe8eee94a1efbdabe7b2b95e |
UHC | ???粹^ | 001111110011111100111111111000101011011001011110 | 3f3f3fe2b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)