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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霆゙諶ー辞 | 1110100010111011110111101111101110101010101100001000111010101011 | e8bbdefbaab08eab |
EUC-JP | 霆゙諶ー辞 | 1111000010111101100011101101111010001111110111101011010110001110101100001011110010101101 | f0bd8ede8fdeb58eb0bcad |
UTF-8 | 霆゙諶ー辞 | 111010011001110010000110111011111011111010011110111010001010101110110110111011111011110110110000111010001011111010011110 | e99c86efbe9ee8abb6efbdb0e8be9e |
UHC | 霆?諶?? | 11101111111111010011111111100100101001100011111100111111 | effd3fe4a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)