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 | 蜉鷹け縺 | 1110010110001010100100011110100110000010101011111110001110000001 | e58a91e982afe381 |
EUC-JP | 蜉鷹け縺 | 1110100111101010110000101110101110100100101100011110010111100001 | e9eac2eba4b1e5e1 |
UTF-8 | 蜉鷹け縺 | 111010001001110010001001111010011011011110111001111000111000000110010001111001111011100010111010 | e89c89e9b7b9e38191e7b8ba |
UHC | ?鷹け? | 001111111110101111101101101010101011000100111111 | 3febedaab13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)