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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 遙?}遙?{^ | 111010101010000100111111011111011110101010100001001111110111101101011110 | eaa13f7deaa13f7b5e |
EUC-JP | 遙?}遙?{^ | 111101001010001100111111011111011111010010100011001111110111101101011110 | f4a33f7df4a33f7b5e |
UTF-8 | 遙뱊}遙뱊{^ | 111010011000000110011001111010111011000110001010011111011110100110000001100110011110101110110001100010100111101101011110 | e98199ebb18a7de98199ebb18a7b5e |
UHC | 遙뱊}遙뱊{^ | 1110100110101011100100110110111001111101111010011010101110010011011011100111101101011110 | e9ab936e7de9ab936e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)