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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 霆゙諶ー執] | 111010001011101111011110111110111010101010110000100011101011011101011101 | e8bbdefbaab08eb75d |
EUC-JP | 霆゙諶ー執] | 111100001011110110001110110111101000111111011110101101011000111010110000101111001011100101011101 | f0bd8ede8fdeb58eb0bcb95d |
UTF-8 | 霆゙諶ー執] | 11101001100111001000011011101111101111101001111011101000101010111011011011101111101111011011000011100101100111111011011101011101 | e99c86efbe9ee8abb6efbdb0e59fb75d |
UHC | 霆?諶?執] | 111011111111110100111111111001001010011000111111111100101111101101011101 | effd3fe4a63ff2fb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)