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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 遙?ら?窺^ | 111010101010000100111111100000101110011100111111100010010100110101011110 | eaa13f82e73f894d5e |
EUC-JP | 遙?ら?窺^ | 111101001010001100111111101001001110100100111111101100011010111001011110 | f4a33fa4e93fb1ae5e |
UTF-8 | 遙뫰ら쳭窺^ | 11101001100000011001100111101011101010111011000011100011100000101000100111101100101100111010110111100111101010101011101001011110 | e98199ebabb0e38289ecb3ade7aaba5e |
UHC | 遙뫰ら쳭窺^ | 1110100110101011100100011101000010101010111010011010101110010001110100001010101001011110 | e9ab91d0aae9ab91d0aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)