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 | 鴦?乘賞 | 11101001111100010011111110011000101010011000111111011100 | e9f13f98a98fdc |
EUC-JP | 鴦?乘賞 | 11110010111100110011111111010000101010111011111011011110 | f2f33fd0abbede |
UTF-8 | 鴦歷乘賞 | 111010011011010010100110111011111010011010001100111001001011100110011000111010001011001110011110 | e9b4a6efa68ce4b998e8b39e |
UHC | 鴦歷乘賞 | 1110010011101100111001101011100011100011101010111101111111011011 | e4ece6b8e3abdfdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)