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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??ビ?冀ぃ^ | 00111111001111111000001101110010001111111001100101100010100000101010000101011110 | 3f3f83723f996282a15e |
EUC-JP | ??ビ?冀ぃ^ | 00111111001111111010010111010011001111111101000111000011101001001010001101011110 | 3f3fa5d33fd1c3a4a35e |
UTF-8 | 룶퓦ビ룵冀ぃ^ | 11101011101000111011011011101101100100111010011011100011100000111001001111101011101000111011010111100101100001101000000011100011100000011000001101011110 | eba3b6ed93a6e38393eba3b5e58680e381835e |
UHC | 룶퓦ビ룵冀ぃ^ | 10001111101010111011111110001111101010111101001110001111101010101101000011101101101010101010001101011110 | 8fabbf8fabd38faad0edaaa35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)