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 | 隴糊シ隴糊コ^ | 1110100010101101100011001101000010111100111010001010110110001100110100001011101001011110 | e8ad8cd0bce8ad8cd0ba5e |
EUC-JP | 隴糊シ隴糊コ^ | 11110000101011111011100011010010100011101011110011110000101011111011100011010010100011101011101001011110 | f0afb8d28ebcf0afb8d28eba5e |
UTF-8 | 隴糊シ隴糊コ^ | 11101001100110101011010011100111101100111000101011101111101111011011110011101001100110101011010011100111101100111000101011101111101111011011101001011110 | e99ab4e7b38aefbdbce99ab4e7b38aefbdba5e |
UHC | ?糊??糊?^ | 001111111111101111010101001111110011111111111011110101010011111101011110 | 3ffbd53f3ffbd53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)