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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 典?運? | 100100110101010000111111100010010101111000111111 | 93543f895e3f |
EUC-JP | 典?運? | 110001011011010100111111101100011011111100111111 | c5b53fb1bf3f |
UTF-8 | 典렗運렯 | 111001011000010110111000111010111010000010010111111010011000000110001011111010111010000010101111 | e585b8eba097e9818beba0af |
UHC | 典렗運렯 | 1110111011110000100011101010110011101010101000011000111010111100 | eef08eaceaa18ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)