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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?驛?驛^ | 00111111111010011000001100111111111010011000001101011110 | 3fe9833fe9835e |
EUC-JP | ?驛?驛^ | 00111111111100011110001100111111111100011110001101011110 | 3ff1e33ff1e35e |
UTF-8 | 셀驛셀驛^ | 11101100100001011000000011101001101010011001101111101100100001011000000011101001101010011001101101011110 | ec8580e9a99bec8580e9a99b5e |
UHC | 셀驛셀驛^ | 101111001011111111100110101111101011110010111111111001101011111001011110 | bcbfe6bebcbfe6be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)