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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 彫?蜃?] | 10010010101001000011111111100101100001110011111101011101 | 92a43fe5873f5d |
EUC-JP | 彫?蜃?] | 11000100101001100011111111101001111001110011111101011101 | c4a63fe9e73f5d |
UTF-8 | 彫렏蜃렠] | 11100101101111011010101111101011101000001000111111101000100111001000001111101011101000001010000001011101 | e5bdabeba08fe89c83eba0a05d |
UHC | 彫렏蜃렠] | 111100001100000110001110101001011110001111110001100011101011000101011101 | f0c18ea5e3f18eb15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)